Class BenchmarkAggregator
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
- 
 public class BenchmarkAggregator extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description BenchmarkAggregator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Fileaggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)Fileaggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap)FilegetBenchmarkDirectory()BenchmarkReportConfiggetBenchmarkReportConfig()voidsetBenchmarkDirectory(File benchmarkDirectory)voidsetBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)
 
- 
- 
- 
Method Detail- 
getBenchmarkDirectorypublic File getBenchmarkDirectory() 
 - 
setBenchmarkDirectorypublic void setBenchmarkDirectory(File benchmarkDirectory) 
 - 
getBenchmarkReportConfigpublic BenchmarkReportConfig getBenchmarkReportConfig() 
 - 
setBenchmarkReportConfigpublic void setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig) 
 - 
aggregatepublic File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList) 
 - 
aggregatepublic File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap) 
 
- 
 
-