mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: add a bundle benchmark (#7828)
This commit is contained in:
parent
72425810b8
commit
d0f734bacc
1 changed files with 5 additions and 0 deletions
|
@ -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] =
|
||||
|
|
Loading…
Reference in a new issue