Skip to content

Commit 8dcd6db

Browse files
Refine README: benchmark variability note and proof artifacts section
1 parent c01fca4 commit 8dcd6db

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ Execution Time: 7.114 ms
262262
- direct bucketing with epoch/trunc stayed stable (`~12-14ms`)
263263
- `generate_series` showed higher variance under optimized profile in this run
264264
- EXPLAIN plans clearly show index usage differences between baseline and optimized profiles.
265+
- Benchmark values can vary by host resources, container warmup, PostgreSQL cache state, and data distribution; compare profiles on the same machine and same dataset window.
265266

266267
## Testing
267268

@@ -294,6 +295,12 @@ pwsh ./scripts/final-proof.ps1 -BaseUrl http://localhost:8081 -Dataset 100000 -I
294295

295296
Artifacts are written to `docs/proof/`. Final checklist: `docs/FINALIZATION.md`.
296297

298+
Generated evidence in `docs/proof/` includes:
299+
- seed run outputs
300+
- baseline vs optimized benchmark results
301+
- EXPLAIN ANALYZE responses
302+
- sample analytics endpoint responses
303+
297304
## CV-Ready Highlights
298305

299306
- Built a high-volume event analytics backend with dual ingestion paths (JDBC/JPA) up to multi-million rows.

0 commit comments

Comments
 (0)