diff options
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 1d1ff5fbd..d6d5259f6 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -118,7 +118,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[ ( "check", &[ - "cache", + "check", "--reload", "--unstable", "test_util/std/examples/chat/server_test.ts", |