Skip to content

Commit 8a62cad

Browse files
committed
Add benchmark script and expand test coverage to 105 tests
Publish benchmark.mjs for reproducibility. Add autocommit fairness note to benchmark output. Expand tests: sync methods, batch execution, prepared statement sync, transaction sync, named parameters, extended type conversions (BigInt, Date, undefined, unicode, Object/Array as JSON), persistence across restart, database open variations, and edge cases.
1 parent 94bb83f commit 8a62cad

3 files changed

Lines changed: 2174 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ node_modules/
1111
npm/*/README.md
1212
npm/*/package.json
1313

14-
# Benchmarks (devDependency on better-sqlite3)
15-
benchmark.mjs
14+
# Profiling scripts
1615
profile.mjs
1716

1817
# OS

0 commit comments

Comments
 (0)