Skip to content

Commit 8adb76b

Browse files
NikolaySclaude
andcommitted
docs(README): mention benchmark/ directory
Add a short pointer to the cross-system benchmark/ directory in the existing Benchmarks section. Reduces PR scope to a minimal README diff per maintainer feedback on PR #128. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent df88589 commit 8adb76b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ read rate, zero dead-tuple growth under a 30-minute sustained test. See
288288
[docs/benchmarks.md](docs/benchmarks.md) for the full table and methodology.
289289
Server-class numbers to follow.
290290

291+
Preliminary cross-system measurements live in [`benchmark/`](benchmark/).
292+
Numbers there are for reference and exploration, not a final verdict —
293+
benchmarking Postgres queues is hard (cf. Brendan Gregg) and the
294+
methodology continues to evolve.
295+
291296
## Architecture
292297

293298
PgQue keeps PgQ's proven core architecture — snapshot-based batch isolation, three-table TRUNCATE rotation on the hot path, separate retry / delayed / dead-letter tables, and independent per-consumer cursors — and adds a modern API layer on top. See [blueprints/SPECx.md](blueprints/SPECx.md) for the full specification and [docs/pgq-concepts.md](docs/pgq-concepts.md) for the batch/tick/rotation glossary.

0 commit comments

Comments
 (0)