summaryrefslogtreecommitdiff
path: root/tests/testdata/bench/explicit_start_and_end_low_precision.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bench/explicit_start_and_end_low_precision.ts')
-rw-r--r--tests/testdata/bench/explicit_start_and_end_low_precision.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/bench/explicit_start_and_end_low_precision.ts b/tests/testdata/bench/explicit_start_and_end_low_precision.ts
deleted file mode 100644
index 23bdf19fe..000000000
--- a/tests/testdata/bench/explicit_start_and_end_low_precision.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-Deno.bench("noop with start and end", (b) => {
- b.start();
- b.end();
-});