Remove tools/hyper_hello (#6651)

This commit is contained in:
Ryan Dahl 2020-07-06 13:00:08 -04:00 committed by GitHub
parent c7afbdaee2
commit 75d9913b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 64 deletions

View file

@ -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")