mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
Remove tools/hyper_hello (#6651)
This commit is contained in:
parent
c7afbdaee2
commit
75d9913b22
6 changed files with 18 additions and 64 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue