bench(results): add the sqs run to the results document - #175
Merged
Conversation
zannis
marked this pull request as draft
September 8, 2026 16:13
Owner
Author
|
Draft until the chartgen caption budget is fixed: with six backends and two SQS deviation notes the parallel-vs-sequenced family's caption overflows its budget, so the SVGs on this branch are not yet regenerated from the document. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
shove-docs | f09ee40 | Commit Preview URL Branch Preview URL |
Sep 08 2026, 04:36 PM |
Measure SQS against LocalStack on the same host as the other published runs, with both SQS deviations in place: the 60 000-message drain corpus from #163 and the 100-per-worker FIFO corpus from #173, plus the SNS byte-limit fix from #171 so the 64 KiB batch publishes go through. 60 rows, no failures; consumer_group and broadcast are recorded as unsupported, as the capability traits say. The document now holds every backend. The README and performance page say so, and say what the SQS rows measure: LocalStack, at a recorded corpus, not the AWS service.
zannis
force-pushed
the
zannis/bench/sqs-results
branch
from
September 8, 2026 16:33
4e4cb70 to
1cf8e4a
Compare
zannis
marked this pull request as ready for review
September 8, 2026 16:33
…s, not the ticks Tick labels stop short of the plot boundaries, so a tick span at 0.8 of the minimum could pass an undersized plot. The y axis is a two-point vertical polyline and bounds the plot body exactly; assert the full minimum from it.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Measure SQS against LocalStack on the same host as the other published runs, with both SQS deviations in place (the 60,000-message drain corpus from #163 and the 100-per-worker FIFO corpus from #173) and the SNS byte-limit fix from #171, so the 64 KiB batch publishes go through. 60 rows, no failures,
consumer_groupandbroadcastrecorded as unsupported per the capability traits. The document now holds every backend, and the README and performance page say what the SQS rows measure: LocalStack at a recorded corpus, not the AWS service.The charts are regenerated with the chartgen from #176: with six backends the parallel-vs-sequenced 64 KiB pair's caption runs two lines over the base budget, so those two SVGs grow to 672 px; the other twenty render at the base height.
Also carries the codex follow-up to #176 that missed its merge: the canvas-growth test now asserts the plot minimum from the y-axis polyline rather than from tick labels at 0.8 of the minimum.
What the run shows
publish_batchat 64 KiB now succeeds (352 msg/s) where it failed the service's 256 KiB call limit before.consume_batchwith the 10-message cap runs 2.3k to 3.3k msg/s on the drain, abovesupervisor's 1.9k to 2.8k at the same payload and consumer count.Verification
scripts/bench.sh chartsregenerated the SVGs and the chartgen byte-compare suite passes (128 tests). Every non-SQS run in the document is the same data as main's, re-serialised by the harness. Codex review skipped for the results and generated SVGs; the test commit was reviewed in #176's round.