Files
bun.sh/bench/postgres
Alistair Smith 6e063fa57b Use "module": "Preserve" (#19655)
Co-authored-by: Matt Pocock <mattpocockvoice@gmail.com>
2025-05-14 18:43:15 -07:00
..
2025-01-21 07:55:41 -08:00
2025-01-21 07:55:41 -08:00
2025-01-21 07:55:41 -08:00
2025-01-21 07:55:41 -08:00
2025-01-21 07:55:41 -08:00

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.