diff --git a/extras/benchmark/run_benchmarks.py b/extras/benchmark/run_benchmarks.py index bcd45b76..21825a39 100755 --- a/extras/benchmark/run_benchmarks.py +++ b/extras/benchmark/run_benchmarks.py @@ -286,7 +286,7 @@ def run_incremental_compile_benchmark(self): start = timer() self.run_make_build() end = timer() - result = {'compile_time': end - start} + result = {'incremental_compile_time': end - start} return result def run_runtime_benchmark(self):