1
0
Fork 0
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:
Kitson Kelly 2020-10-05 21:39:46 +11:00 committed by GitHub
parent 72425810b8
commit d0f734bacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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] =