summaryrefslogtreecommitdiff
path: root/cli/bench/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r--cli/bench/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs
index d2823a02b..b69bbc7ac 100644
--- a/cli/bench/main.rs
+++ b/cli/bench/main.rs
@@ -55,7 +55,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
),
(
"workers_startup",
- &["run", "--allow-read", "cli/tests/workers_startup_bench.ts"],
+ &["run", "--allow-read", "cli/tests/workers/bench_startup.ts"],
None,
),
(
@@ -63,7 +63,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
&[
"run",
"--allow-read",
- "cli/tests/workers_round_robin_bench.ts",
+ "cli/tests/workers/bench_round_robin.ts",
],
None,
),