public class BenchmarkAggregator extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
BenchmarkAggregator() |
Modifier and Type | Method and Description |
---|---|
File |
aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList) |
File |
aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap) |
File |
getBenchmarkDirectory() |
BenchmarkReportConfig |
getBenchmarkReportConfig() |
void |
setBenchmarkDirectory(File benchmarkDirectory) |
void |
setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig) |
public File getBenchmarkDirectory()
public void setBenchmarkDirectory(File benchmarkDirectory)
public BenchmarkReportConfig getBenchmarkReportConfig()
public void setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)
public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)
public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.