bench: methodology doc + results snapshot template#124
Merged
eschizoid merged 1 commit intoMay 16, 2026
Conversation
A bench number without context is unverifiable. Adds METHODOLOGY.md documenting what each bench measures, how the four parallel runtimes are configured, the JMH default + recommended- publishing configs, what to write down with every published number, and known caveats (in-process broker, single-broker, single payload size). Adds results/TEMPLATE.md as the format for dated snapshots — environment, JMH config, scope, throughput / latency / allocation tables, and a "pitfalls in this run" footer. Updates benchmarks/README.md lede with cross-links to both.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## bench/latency-percentiles #124 +/- ##
===============================================================
+ Coverage 70.48% 70.68% +0.19%
- Complexity 621 623 +2
===============================================================
Files 68 68
Lines 2521 2521
Branches 323 323
===============================================================
+ Hits 1777 1782 +5
+ Misses 578 575 -3
+ Partials 166 164 -2 ☔ View full report in Codecov by Sentry. |
This was referenced May 16, 2026
Closed
eschizoid
added a commit
that referenced
this pull request
May 16, 2026
…gLatencyBenchmark (#129) GitHub recorded #123 and #124 as merged, but the merge commits ended up on the bench/* intermediate branches rather than on main — same "merged into the wrong branch" pattern that's bitten this repo before. The three files below were on those branches but never landed on main. This commit copies them straight from origin/bench/methodology-and-results onto a fresh branch off current main. No edits, no rebase — these files compile cleanly against current main as-is. * benchmarks/METHODOLOGY.md — what each bench measures, how the four runtimes are configured, recommended publishing run, caveats around the in-process broker. * benchmarks/results/TEMPLATE.md — format for dated snapshots (environment, JMH config, throughput / latency / allocation tables). * benchmarks/src/.../ParallelProcessingLatencyBenchmark.java — latency-mode companion using Mode.SampleTime + Mode.AverageTime for p50/p95/p99/p999/p100 distributions.
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.
Stacked on top of #123.