From 8c6d147e6ae40a1f92aba1aedc0d95ef437dd4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 15 Feb 2021 14:48:47 +0100 Subject: chore: Reorganise workers tests (#9493) --- cli/bench/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/bench') 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)] = &[ ), ( "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)] = &[ &[ "run", "--allow-read", - "cli/tests/workers_round_robin_bench.ts", + "cli/tests/workers/bench_round_robin.ts", ], None, ), -- cgit v1.2.3