diff options
Diffstat (limited to 'testing/bench.ts')
| -rw-r--r-- | testing/bench.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/bench.ts b/testing/bench.ts index c5fd6b2a0..bc2e569d2 100644 --- a/testing/bench.ts +++ b/testing/bench.ts @@ -1,8 +1,6 @@ import { bench, runBenchmarks } from "./../benching/mod.ts"; import { runTests } from "./mod.ts"; -import "./test.ts"; - bench(async function testingSerial(b) { b.start(); await runTests(); |
