Class BenchmarkAggregator
java.lang.Object
org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaggregate(List<SingleBenchmarkResult> singleBenchmarkResultList) aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap) voidsetBenchmarkDirectory(File benchmarkDirectory) voidsetBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig) 
- 
Constructor Details- 
BenchmarkAggregatorpublic BenchmarkAggregator()
 
- 
- 
Method Details- 
getBenchmarkDirectory
- 
setBenchmarkDirectory
- 
getBenchmarkReportConfig
- 
setBenchmarkReportConfig
- 
aggregate
- 
aggregatepublic File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap) 
 
-