Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 252 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 252 Bytes

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.