summaryrefslogtreecommitdiff
path: root/tests/testdata/bench/explicit_start_and_end_low_precision.ts
blob: 23bdf19fe70c392796f174cd333fe008dca94ad0 (plain)
1
2
3
4
Deno.bench("noop with start and end", (b) => {
  b.start();
  b.end();
});