From d0f734bacc269b5e998ee30a7c87bbf15d5a86be Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 5 Oct 2020 21:39:46 +1100 Subject: chore: add a bundle benchmark (#7828) --- cli/bench/main.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/bench/main.rs') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index aca6163d9..08aff19e6 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -88,6 +88,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ ], None, ), + ( + "bundle", + &["bundle", "std/examples/chat/server_test.ts"], + None, + ), ]; const RESULT_KEYS: &[&str] = -- cgit v1.2.3