diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-09-14 20:25:06 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 12:25:06 +0200 |
commit | 4baf61993cfe0dfd5b2239666565c60f7fda496a (patch) | |
tree | b19d98bc95c3ef62a284d868e0cb0895d04c1d20 /cli/bench/main.rs | |
parent | 530f48d2fda74c2329fd293c516a583e316024cb (diff) |
chore: add no_check_hello benchmark (#7458)
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, |