Class BenchmarkReportFactory
- java.lang.Object
-
- org.optaplanner.benchmark.impl.report.BenchmarkReportFactory
-
public class BenchmarkReportFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BenchmarkReportFactory(BenchmarkReportConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkReport
buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark)
protected void
supplySolverRanking(BenchmarkReport benchmarkReport)
-
-
-
Constructor Detail
-
BenchmarkReportFactory
public BenchmarkReportFactory(BenchmarkReportConfig config)
-
-
Method Detail
-
buildBenchmarkReport
public BenchmarkReport buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark)
-
supplySolverRanking
protected void supplySolverRanking(BenchmarkReport benchmarkReport)
-
-