summaryrefslogtreecommitdiff
path: root/std/testing/bench_example.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/bench_example.ts')
-rw-r--r--std/testing/bench_example.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/testing/bench_example.ts b/std/testing/bench_example.ts
index 41b1ca65c..496033fff 100644
--- a/std/testing/bench_example.ts
+++ b/std/testing/bench_example.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// https://deno.land/std/testing/bench.ts
-import { BenchmarkTimer, bench, runBenchmarks } from "./bench.ts";
+import { bench, BenchmarkTimer, runBenchmarks } from "./bench.ts";
// Basic
bench(function forIncrementX1e9(b: BenchmarkTimer): void {