Skip to content

Commit

Permalink
Fix the benchmark for Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Nov 2, 2023
1 parent 1d07989 commit bc2dc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/bench-with-builtin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "node:fs";
import path from "path";
import path from "node:path";
import json from "big-json";
import { fileURLToPath } from "url";
import { fileURLToPath } from "node:url";
import { Kivi } from "../src/drivers/js/index.js";
import { isNotNodeJS, isBun } from "../src/drivers/js/runtime.js";

Expand Down

0 comments on commit bc2dc52

Please sign in to comment.