mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
chore(std/http): rename http_bench.ts -> bench.ts (#7509)
This commit is contained in:
parent
d0eb179132
commit
ec96323823
2 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ fn deno_http(deno_exe: &str) -> Result<HttpBenchmarkResult> {
|
|||
"--allow-net",
|
||||
"--reload",
|
||||
"--unstable",
|
||||
"std/http/http_bench.ts",
|
||||
"std/http/bench.ts",
|
||||
&server_addr(port),
|
||||
],
|
||||
port,
|
||||
|
|
Loading…
Reference in a new issue