From 38f01f73a485def7cf5d391b18359db2b509782d Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Mon, 28 Oct 2019 22:04:24 -0400 Subject: Move prebuilt binaries to third_party (#3227) --- tools/benchmark.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/benchmark.py') 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([ -- cgit v1.2.3