diff options
Diffstat (limited to 'tests/testdata/bench/file_protocol.ts')
-rw-r--r-- | tests/testdata/bench/file_protocol.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/bench/file_protocol.ts b/tests/testdata/bench/file_protocol.ts new file mode 100644 index 000000000..06a07bb38 --- /dev/null +++ b/tests/testdata/bench/file_protocol.ts @@ -0,0 +1 @@ +Deno.bench("bench0", () => {}); |