Interface BenchmarkResult
- 
- All Known Implementing Classes:
- SingleBenchmarkResult,- SubSingleBenchmarkResult
 
 public interface BenchmarkResult
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ScoregetAverageScore()StringgetName()FilegetResultDirectory()StringgetResultDirectoryName()booleanhasAllSuccess()booleanhasAnyFailure()
 
- 
- 
- 
Method Detail- 
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() 
 
- 
 
-