diff options
| author | EnokMan <416828041@qq.com> | 2019-02-24 00:13:54 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-23 11:13:53 -0500 |
| commit | a4383984d1a5aa3d6b3d843a89ded8fbb1015d36 (patch) | |
| tree | 36103c41c3cb391e8015e8f9a470265e8906d0da /benching/example.ts | |
| parent | d63a2e02246c0eb2ee6258b8fc32bbd0f9378567 (diff) | |
Fixed non-standard prefix on importing (denoland/deno_std#216)
Original: https://github.com/denoland/deno_std/commit/f65fda8336e72fe0cc19df2077eae5a00e64d337
Diffstat (limited to 'benching/example.ts')
| -rw-r--r-- | benching/example.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benching/example.ts b/benching/example.ts index 2388ba5d9..1018dd9e1 100644 --- a/benching/example.ts +++ b/benching/example.ts @@ -1,5 +1,5 @@ // https://deno.land/x/benching/mod.ts -import { BenchmarkTimer, runBenchmarks, bench } from "mod.ts"; +import { BenchmarkTimer, runBenchmarks, bench } from "./mod.ts"; // Simple bench(function forIncrementX1e9(b: BenchmarkTimer) { |
