From 4baf61993cfe0dfd5b2239666565c60f7fda496a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 14 Sep 2020 20:25:06 +1000 Subject: chore: add no_check_hello benchmark (#7458) --- cli/bench/main.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/bench') 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 @@ -41,6 +41,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ &["run", "--reload", "cli/tests/003_relative_import.ts"], 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"], -- cgit v1.2.3