Class BenchmarkAggregator
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
 
- 
public class BenchmarkAggregator extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description BenchmarkAggregator() 
- 
Method Summary
All 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
- 
getBenchmarkDirectory
public File getBenchmarkDirectory()
 
- 
setBenchmarkDirectory
public void setBenchmarkDirectory(File benchmarkDirectory)
 
- 
getBenchmarkReportConfig
public BenchmarkReportConfig getBenchmarkReportConfig()
 
- 
setBenchmarkReportConfig
public void setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)
 
- 
aggregate
public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)
 
- 
aggregate
public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap)
 
 - 
 
 -