diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/ffi/bun.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bench/ffi/bun.js b/bench/ffi/bun.js index 593473929..6e83702ee 100644 --- a/bench/ffi/bun.js +++ b/bench/ffi/bun.js @@ -1,8 +1,7 @@ import { ptr, dlopen, CString, toBuffer } from "bun:ffi"; import { run, bench, group } from "mitata"; -const { napiNoop, napiHash, napiString } = require(import.meta.dir + - "/src/ffi_napi_bench.node"); +const { napiNoop, napiHash, napiString } = require(import.meta.dir + "/src/ffi_napi_bench.node"); const { symbols: { |