Class BenchmarkAggregator
java.lang.Object
org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaggregate(List<SingleBenchmarkResult> singleBenchmarkResultList) aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult, String> solverBenchmarkResultNameMap) voidsetBenchmarkDirectory(File benchmarkDirectory) voidsetBenchmarkReportConfig(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)  
 -