diff options
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs index e8d4b298d..bb735f717 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -42,6 +42,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[ None, ), ( + "no_check_hello", + &["run", "--reload", "--no-check", "cli/tests/002_hello.ts"], + None, + ), + ( "workers_startup", &["run", "--allow-read", "cli/tests/workers_startup_bench.ts"], None, |