mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -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",
|
"--allow-net",
|
||||||
"--reload",
|
"--reload",
|
||||||
"--unstable",
|
"--unstable",
|
||||||
"std/http/http_bench.ts",
|
"std/http/bench.ts",
|
||||||
&server_addr(port),
|
&server_addr(port),
|
||||||
],
|
],
|
||||||
port,
|
port,
|
||||||
|
|
Loading…
Reference in a new issue