summaryrefslogtreecommitdiff
path: root/std/testing/README.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2020-09-27 06:22:32 -0400
committerGitHub <noreply@github.com>2020-09-27 12:22:32 +0200
commitdf02e315075456f8d5f75472abbb1fa81e237827 (patch)
treed0dc9eb502d17f5bfd463bfd9162f46fead4e307 /std/testing/README.md
parentc28757f379fd1141c817b21ce2fe4dd86b29cd8c (diff)
feat(fmt): Sort named import and export specifiers (#7711)
Diffstat (limited to 'std/testing/README.md')
-rw-r--r--std/testing/README.md2
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();