From 3aef7d1253045c9f1e7f2b607ed3b30d2c8d1ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 25 May 2022 21:53:53 +0200 Subject: chore: upgrade test_util/std/ submodule (#14722) --- cli/bench/main.rs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cli/bench') 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)] = &[ &[ "cache", "--reload", + "--unstable", "test_util/std/examples/chat/server_test.ts", ], None, @@ -130,13 +131,18 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ "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)] = &[ &[ "bundle", "--no-check", + "--unstable", "test_util/std/examples/chat/server_test.ts", ], None, -- cgit v1.2.3