diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-10-05 21:39:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 21:39:46 +1100 |
commit | d0f734bacc269b5e998ee30a7c87bbf15d5a86be (patch) | |
tree | 3a41246f82357deef6a3315fa3b9755be88491b0 /cli | |
parent | 72425810b869a5401f368d1865cb77c2a0e567a2 (diff) |
chore: add a bundle benchmark (#7828)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/bench/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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<i32>)] = &[ ], None, ), + ( + "bundle", + &["bundle", "std/examples/chat/server_test.ts"], + None, + ), ]; const RESULT_KEYS: &[&str] = |