summaryrefslogtreecommitdiff
path: root/tests/specs/bench/json_output/pass.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/bench/json_output/pass.ts')
-rw-r--r--tests/specs/bench/json_output/pass.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/specs/bench/json_output/pass.ts b/tests/specs/bench/json_output/pass.ts
new file mode 100644
index 000000000..48348d447
--- /dev/null
+++ b/tests/specs/bench/json_output/pass.ts
@@ -0,0 +1,10 @@
+Deno.bench("bench0", () => {});
+Deno.bench("bench1", () => {});
+Deno.bench("bench2", () => {});
+Deno.bench("bench3", () => {});
+Deno.bench("bench4", () => {});
+Deno.bench("bench5", () => {});
+Deno.bench("bench6", () => {});
+Deno.bench("bench7", () => {});
+Deno.bench("bench8", () => {});
+Deno.bench("bench9", () => {});