summaryrefslogtreecommitdiff
path: root/cli/bench/http.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/http.rs')
-rw-r--r--cli/bench/http.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/http.rs b/cli/bench/http.rs
index cf70a78cc..af7eef942 100644
--- a/cli/bench/http.rs
+++ b/cli/bench/http.rs
@@ -191,7 +191,7 @@ fn deno_http(deno_exe: &str) -> Result<HttpBenchmarkResult> {
"--allow-net",
"--reload",
"--unstable",
- "std/http/bench.ts",
+ "test_util/std/http/bench.ts",
&server_addr(port),
],
port,