Class BenchmarkAggregator
java.lang.Object
org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaggregate
(List<SingleBenchmarkResult> singleBenchmarkResultList) aggregate
(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap) void
setBenchmarkDirectory
(File benchmarkDirectory) void
setBenchmarkReportConfig
(BenchmarkReportConfig benchmarkReportConfig)
-
Constructor Details
-
BenchmarkAggregator
public BenchmarkAggregator()
-
-
Method Details
-
getBenchmarkDirectory
-
setBenchmarkDirectory
-
getBenchmarkReportConfig
-
setBenchmarkReportConfig
-
aggregate
-
aggregate
public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap)
-