Files
bun.sh/bench
Mathias Lafeldt 8bcf64c881 Fix Deno SQLite benchmark (#2112)
Deno has removed direct access to Deno.core:

https://deno.com/blog/v1.30#removal-of-internal-denocore

As a result, a newer version of sqlite3 is required:

https://deno.land/x/sqlite3@0.8.0/src/util.ts?source#L19
2023-02-20 08:52:33 -06:00
..
2022-07-12 01:40:12 -07:00
2022-07-12 01:40:12 -07:00
2023-02-17 22:07:02 -08:00
2022-12-15 16:28:47 -08:00
2023-02-17 22:07:02 -08:00
2022-07-12 01:40:12 -07:00
2022-12-15 16:28:47 -08:00
2022-12-15 16:28:47 -08:00
2022-12-15 16:28:47 -08:00
2022-10-13 15:32:25 -07:00
2023-02-17 22:07:02 -08:00
2023-02-17 22:07:02 -08:00
2023-02-20 08:52:33 -06:00
2022-07-12 01:40:12 -07:00
2022-07-12 01:40:12 -07:00
2023-02-17 22:07:02 -08:00

npm install

bun run ffi
bun run log
bun run gzip
bun run async
bun run sqlite

# to use custom version of bun/deno/node binary
BUN=path/to/bun bun run ffi
# or edit .env file