mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
280 B
280 B
Postgres table load benchmark
To install dependencies:
bun install
To run in Bun:
bun ./index.mjs
To run in Node.js:
node index.mjs
To run in Deno:
deno run -A index.mjs
You will need a localhost Postgres server running.