Interface BenchmarkResult
- All Known Implementing Classes:
- SingleBenchmarkResult,- SubSingleBenchmarkResult
public interface BenchmarkResult
- 
Method Summary
- 
Method Details- 
getNameString getName()
- 
getResultDirectoryNameString getResultDirectoryName()- Returns:
- the name of the directory that holds the benchmark's results
 
- 
getResultDirectoryFile getResultDirectory()- Returns:
- the benchmark result directory as a file
 
- 
hasAnyFailureboolean hasAnyFailure()- Returns:
- true if there is a failed child benchmark and the variable is initialized
 
- 
hasAllSuccessboolean hasAllSuccess()- Returns:
- true if all child benchmarks were a success and the variable is initialized
 
- 
getAverageScoreScore getAverageScore()
 
-