diff options
Diffstat (limited to 'bench/ffi/deno.js')
-rw-r--r-- | bench/ffi/deno.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/ffi/deno.js b/bench/ffi/deno.js index 0b4832f1a..8f4c76ca2 100644 --- a/bench/ffi/deno.js +++ b/bench/ffi/deno.js @@ -3,7 +3,7 @@ import { run, bench, group } from "../node_modules/mitata/src/cli.mjs"; const extension = "darwin" !== Deno.build.os ? "so" : "dylib"; const path = new URL( "src/target/release/libffi_napi_bench." + extension, - import.meta.url + import.meta.url, ).pathname; const { |