diff options
author | Ry Dahl <ry@tinyclouds.org> | 2019-10-28 22:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 22:04:24 -0400 |
commit | 38f01f73a485def7cf5d391b18359db2b509782d (patch) | |
tree | 258987728efbbfedcd917ab15441d097ae8447c8 /tools/benchmark.py | |
parent | a7992e77037353ee4c7d3d480dcbd907961087bd (diff) |
Move prebuilt binaries to third_party (#3227)
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([ |