diff options
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-x | tools/benchmark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py index 6edeb1ee4..141e3b187 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -161,7 +161,6 @@ def run_max_mem_benchmark(deno_exe): def run_exec_time(deno_exe, build_dir): - third_party.download_hyperfine() hyperfine_exe = third_party.get_prebuilt_tool_path("hyperfine") benchmark_file = os.path.join(build_dir, "hyperfine_results.json") run([ |