diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-06 13:00:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 13:00:08 -0400 |
commit | 75d9913b2208fe9faabbe1d9306252793a64269c (patch) | |
tree | eb8a86abda4bce3ece7327c3a97880e1cbf2bc91 /tools/http_benchmark.py | |
parent | c7afbdaee2398f24204843e278bc9aefc5e6bdfd (diff) |
Remove tools/hyper_hello (#6651)
Diffstat (limited to 'tools/http_benchmark.py')
-rwxr-xr-x | tools/http_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py index b92ce756e..fbd5dc746 100755 --- a/tools/http_benchmark.py +++ b/tools/http_benchmark.py @@ -134,7 +134,7 @@ def hyper_http(hyper_hello_exe): def http_benchmark(build_dir): - hyper_hello_exe = os.path.join(build_dir, "hyper_hello") + hyper_hello_exe = os.path.join(build_dir, "test_server") deno_core_http_bench_exe = os.path.join(build_dir, "examples/deno_core_http_bench") deno_exe = os.path.join(build_dir, "deno") |