1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

chore: add no_check_hello benchmark (#7458)

This commit is contained in:
Kitson Kelly 2020-09-14 20:25:06 +10:00 committed by GitHub
parent 530f48d2fd
commit 4baf61993c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
&["run", "--reload", "cli/tests/003_relative_import.ts"], &["run", "--reload", "cli/tests/003_relative_import.ts"],
None, None,
), ),
(
"no_check_hello",
&["run", "--reload", "--no-check", "cli/tests/002_hello.ts"],
None,
),
( (
"workers_startup", "workers_startup",
&["run", "--allow-read", "cli/tests/workers_startup_bench.ts"], &["run", "--allow-read", "cli/tests/workers_startup_bench.ts"],