Class BenchmarkResultIO
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
 
- 
public class BenchmarkResultIO extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogger 
- 
Constructor Summary
Constructors Constructor Description BenchmarkResultIO() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlannerBenchmarkResultreadPlannerBenchmarkResult(SolverConfigContext configContext, File plannerBenchmarkResultFile)List<PlannerBenchmarkResult>readPlannerBenchmarkResultList(SolverConfigContext configContext, File benchmarkDirectory)voidwritePlannerBenchmarkResult(File benchmarkReportDirectory, PlannerBenchmarkResult plannerBenchmarkResult) 
 - 
 
- 
- 
Method Detail
- 
writePlannerBenchmarkResult
public void writePlannerBenchmarkResult(File benchmarkReportDirectory, PlannerBenchmarkResult plannerBenchmarkResult)
 
- 
readPlannerBenchmarkResultList
public List<PlannerBenchmarkResult> readPlannerBenchmarkResultList(SolverConfigContext configContext, File benchmarkDirectory)
 
- 
readPlannerBenchmarkResult
protected PlannerBenchmarkResult readPlannerBenchmarkResult(SolverConfigContext configContext, File plannerBenchmarkResultFile)
 
 - 
 
 -