mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
Fixed non-standard prefix on importing (denoland/deno_std#216)
Original: f65fda8336
This commit is contained in:
parent
d63a2e0224
commit
a4383984d1
4 changed files with 27 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue