Interface BenchmarkResult

    • Method Detail

      • getResultDirectoryName

        String getResultDirectoryName()
        Returns:
        the name of the directory that holds the benchmark's results
      • getResultDirectory

        File getResultDirectory()
        Returns:
        the benchmark result directory as a file
      • hasAnyFailure

        boolean hasAnyFailure()
        Returns:
        true if there is a failed child benchmark and the variable is initialized
      • hasAllSuccess

        boolean hasAllSuccess()
        Returns:
        true if all child benchmarks were a success and the variable is initialized
      • getAverageScore

        Score getAverageScore()