mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore: add no_check_hello benchmark (#7458)
This commit is contained in:
parent
530f48d2fd
commit
4baf61993c
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
|
|||
&["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"],
|
||||
|
|
Loading…
Reference in a new issue