-
Notifications
You must be signed in to change notification settings - Fork 6
bench-rollup PR 2: topology split (5 binaries) + per-step CI timeouts #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
elijahr
wants to merge
18
commits into
feat/bench-rollup-pr1-latency-mvp
from
feat/bench-rollup-pr2-topology-split
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
75d124f
PR 2 Task 2.1: capture pre-split slug-set fixture for deletion-safety
elijahr 2df9466
PR 2 Task 2.3: bench_spsc binary (Sipsic 1p1c)
elijahr f3e1427
PR 2 Task 2.4: bench_mpsc binary (Mupsic 1p1c, 2p1c, 4p1c)
elijahr 62a54ad
PR 2 Task 2.5: bench_mpmc binary (Mupmuc grid + 8p8c, Sipmuc, channels)
elijahr e8d3f5f
PR 2 Task 2.6: bench_unbounded binary (4 unbounded variants)
elijahr 5615613
PR 2 Task 2.7: superset_check.py + deletion-safety wiring
elijahr 0523acd
PR 2 Task 2.8: bench.yml matrix over 5 topology binaries + per-step t…
elijahr 3686f51
PR 2 Task 2.9: 5-input union test in test_merge_bmf.py
elijahr 7085bd7
PR 2 Task 2.10: delete bench_throughput.nim, rewire consumers
elijahr 4bada5e
PR 2 Task 2.11: CHANGELOG entry under [Unreleased] for bench-rollup PR 2
elijahr 6f71cc5
fix(bench): tighten bench_unbounded CI shape to fit 18-min budget
elijahr a81d483
fix(bench): gate oversubscribed C>=4 unbounded shapes behind a define
elijahr e896c6d
fix(bench): document p95 in BMF schema; clean up runner.py fragment f…
elijahr bd4ed7b
fix(bench): run upload on partial failures; correct timeout-comment
elijahr 0fb3791
fix(bench): drop unparseable BMF fragments before merge
elijahr b9129ce
perf(bench): backoffOnPeerWait in busy-spin loops; document teardown …
elijahr 04a4e42
docs(bench_unbounded): defend `create(T)` as alloc0, not destructor-o…
elijahr ab19733
fix(bench): pass -d:danger in runner.py build_nim() to match CI
elijahr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an inconsistency between the metrics list and the BMF schema description. Line 67 mentions
p95as a supported percentile for latency, but the schema example (lines 118-119) and the merge test case (lines 235-236 intest_merge_bmf.py) only includep50andp99. Please update the documentation to reflect the actual percentiles emitted by the latency benchmark.