summaryrefslogtreecommitdiff
path: root/benching/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'benching/readme.md')
-rw-r--r--benching/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/benching/readme.md b/benching/readme.md
index 979d1844c..937c9fcc4 100644
--- a/benching/readme.md
+++ b/benching/readme.md
@@ -5,7 +5,7 @@ Basic benchmarking module. Provides flintstone millisecond resolution.
## Import
```ts
-import * as benching from "https://deno.land/x/benching/mod.ts";
+import * as benching from "https://deno.land/std/benching/mod.ts";
```
## Usage
@@ -15,7 +15,7 @@ import {
BenchmarkTimer,
runBenchmarks,
bench
-} from "https://deno.land/x/benching/mod.ts";
+} from "https://deno.land/std/benching/mod.ts";
// Simple
bench(function forIncrementX1e9(b: BenchmarkTimer) {