Searched refs:benchmarkResult (Results 1 – 4 of 4) sorted by relevance
69 public void write(BenchmarkResult benchmarkResult) throws IOException { in write() argument70 writer.write(benchmarkResult.toCsvLine()); in write()
128 BenchmarkResult benchmarkResult = BenchmarkResult.fromInferenceResults( in testDriver() local131 assertFalse(benchmarkResult.hasValidationErrors()); in testDriver()
232 int maxIterations, BenchmarkResult benchmarkResult) throws IOException { in runCompilationBenchmarkLoop() argument236 benchmarkResult.setCompilationBenchmarkResult(result); in runCompilationBenchmarkLoop()238 benchmarkResult.setBenchmarkError(e.getMessage()); in runCompilationBenchmarkLoop()