diff options
Diffstat (limited to 'std/testing/README.md')
-rw-r--r-- | std/testing/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/testing/README.md b/std/testing/README.md index 00169384c..82351d94a 100644 --- a/std/testing/README.md +++ b/std/testing/README.md @@ -156,7 +156,7 @@ After that simply calling `runBenchmarks()` will benchmark all registered benchmarks and log the results in the commandline. ```ts -import { runBenchmarks, bench } from "https://deno.land/std/testing/bench.ts"; +import { bench, runBenchmarks } from "https://deno.land/std/testing/bench.ts"; bench(function forIncrementX1e9(b): void { b.start(); |