summaryrefslogtreecommitdiff
path: root/std/testing/bench_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/bench_test.ts')
-rw-r--r--std/testing/bench_test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/std/testing/bench_test.ts b/std/testing/bench_test.ts
index 97517358a..18b78c5a2 100644
--- a/std/testing/bench_test.ts
+++ b/std/testing/bench_test.ts
@@ -1,15 +1,15 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import {
bench,
- runBenchmarks,
BenchmarkRunError,
- clearBenchmarks,
BenchmarkRunProgress,
+ clearBenchmarks,
ProgressState,
+ runBenchmarks,
} from "./bench.ts";
import {
- assertEquals,
assert,
+ assertEquals,
assertThrows,
assertThrowsAsync,
} from "./asserts.ts";