Skip to content

fix(bench): delete stale streams on re-run to prevent corrupted latency#2991

Merged
hubcio merged 2 commits intomasterfrom
bench-improvement
Mar 21, 2026
Merged

fix(bench): delete stale streams on re-run to prevent corrupted latency#2991
hubcio merged 2 commits intomasterfrom
bench-improvement

Conversation

@hubcio
Copy link
Contributor

@hubcio hubcio commented Mar 20, 2026

Consumers in ppc/bpcg/e2e/e2ecg read old messages from
prior runs, producing garbage origin_timestamp latency.
init_streams() now deletes existing streams before
recreating them.

mmodzelewski
mmodzelewski previously approved these changes Mar 20, 2026
spetz
spetz previously approved these changes Mar 20, 2026
Consumers in ppc/bpcg/e2e/e2ecg read old messages from
prior runs, producing garbage origin_timestamp latency.
init_streams() now deletes existing streams before
recreating them. Added --reuse-streams flag to opt into
the old append behavior (used by integration tests).
@hubcio hubcio dismissed stale reviews from spetz and mmodzelewski via cfd6e52 March 20, 2026 16:00
@hubcio hubcio force-pushed the bench-improvement branch from b5e38fa to cfd6e52 Compare March 20, 2026 16:00
@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.88%. Comparing base (01803cc) to head (b3ecc4e).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2991      +/-   ##
============================================
+ Coverage     71.86%   71.88%   +0.01%     
  Complexity      930      930              
============================================
  Files          1117     1117              
  Lines         92952    92952              
  Branches      70472    70473       +1     
============================================
+ Hits          66802    66816      +14     
+ Misses        23590    23568      -22     
- Partials       2560     2568       +8     
Flag Coverage Δ
rust 72.59% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 22 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hubcio hubcio merged commit 50557dc into master Mar 21, 2026
52 checks passed
@hubcio hubcio deleted the bench-improvement branch March 21, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants