You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -203,7 +203,7 @@ The benchmark system automatically calibrates iteration counts and scales result
203
203
204
204
## Notes
205
205
206
-
- **sqlite3 Performance**: The sqlite3 driver shows lower performance in synchronous-style benchmarks because it's inherently asynchronous.
206
+
- **sqlite3 Performance**: The sqlite3 driver shows lower performance in synchronous-style benchmarks because it's inherently asynchronous. Note: sqlite3 is [deprecated and unmaintained](https://github.com/TryGhost/node-sqlite3/pull/1844) since December 2025.
207
207
- **Memory Testing**: Always run memory benchmarks with `--expose-gc` for accurate garbage collection control.
208
208
- **Real-world Performance**: These benchmarks test specific patterns. Real application performance depends on your specific use case.
0 commit comments