1
0
Fork 0
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:
tokiedokie 2020-10-04 20:34:52 +09:00 committed by GitHub
parent d0eb179132
commit ec96323823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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,