feat: sqlite benchmark#12
Conversation
Greptile SummaryThis PR introduces a SQLite-first benchmark suite for Rain ORM, covering six representative CRUD and join workloads (
Confidence Score: 5/5Safe to merge — all remaining feedback is P2 style suggestions with no correctness or data-integrity concerns. The benchmark harness is structurally sound: setup is correctly isolated before b.ResetTimer(), the tx-nil guard prevents double-rollback, helper functions are properly generalised to testing.TB, and known limitations are documented in the ADR. The single P2 comment (missing -count flag in Makefile) does not affect correctness. No files require special attention. Important Files Changed
|
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
What this PR for?
What did you do for validating the changes?
Anything else you want to add? (Optional)