summaryrefslogtreecommitdiff
path: root/cli/bench/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r--cli/bench/main.rs9
1 files changed, 8 insertions, 1 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs
index e69727013..1d1ff5fbd 100644
--- a/cli/bench/main.rs
+++ b/cli/bench/main.rs
@@ -120,6 +120,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
&[
"cache",
"--reload",
+ "--unstable",
"test_util/std/examples/chat/server_test.ts",
],
None,
@@ -130,13 +131,18 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
"cache",
"--reload",
"--no-check",
+ "--unstable",
"test_util/std/examples/chat/server_test.ts",
],
None,
),
(
"bundle",
- &["bundle", "test_util/std/examples/chat/server_test.ts"],
+ &[
+ "bundle",
+ "--unstable",
+ "test_util/std/examples/chat/server_test.ts",
+ ],
None,
),
(
@@ -144,6 +150,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
&[
"bundle",
"--no-check",
+ "--unstable",
"test_util/std/examples/chat/server_test.ts",
],
None,