/bun-sqlite-benchmark

Bun SQLite Benchmark

Primary LanguageTypeScript

Bun Sqlite Benchmark

A script to test Bun's Sqlite performance by inserting 10,000 rows into a table and timing it.

If Bun is installed, run using

$ bun index.ts
Inserted 10,000 rows in 13.17s. Total rows in table: 40000.