summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-10-05 21:39:46 +1100
committerGitHub <noreply@github.com>2020-10-05 21:39:46 +1100
commitd0f734bacc269b5e998ee30a7c87bbf15d5a86be (patch)
tree3a41246f82357deef6a3315fa3b9755be88491b0 /cli
parent72425810b869a5401f368d1865cb77c2a0e567a2 (diff)
chore: add a bundle benchmark (#7828)
Diffstat (limited to 'cli')
-rw-r--r--cli/bench/main.rs5
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] =