diff options
| author | Vincent LE GOFF <g_n_s@hotmail.fr> | 2019-03-05 20:58:28 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-05 14:58:28 -0500 |
| commit | 787207f11bfcd657b93b47f2ffeb457cdd6f4eb0 (patch) | |
| tree | ac71143a059261805d4c5750a7254583714397d7 /testing/bench.ts | |
| parent | 39fde3a454b6bcc7daa6bca4fb7f4317550e9e58 (diff) | |
Refactor asserts in testing (denoland/deno_std#227)
Original: https://github.com/denoland/deno_std/commit/c734e3234322cea5298a887373fe4ad1591d7c97
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(); |
