Draft
Conversation
Collaborator
🟡 Heimdall Review Status
|
a99208d to
dd4045f
Compare
Contributor
📊 Benchmark Results: Base builder transfer throughput test📋 Test Configuration
Comparison with
|
| Metric | Current | Baseline | Change |
|---|---|---|---|
| Gas/Second | 530.66 Mgas/s | 568.12 Mgas/s | |
| Transactions/Block | 31,456 | 33,867.5 | |
| Get Payload Latency | 236.35 ms | 243.74 ms | ✅ -3.0% |
| Send Txs Latency | 2.97 s | 2.94 s |
Validator Metrics
| Metric | Current | Baseline | Change |
|---|---|---|---|
| Gas/Second | 390.81 Mgas/s | 421.33 Mgas/s | |
| New Payload Latency | 1.71 s | 1.72 s | ➡️ -0.3% |
| Execution Duration | 1.39 s | 1.41 s | ➡️ -0.9% |
| Flashblock Processing | 2.00 s | 310.03 ms | 🔴 +544.5% |
📈 Summary Metrics
| Metric | Sequencer | Validator |
|---|---|---|
| Gas/Second | 530.66 Mgas/s | 390.81 Mgas/s |
| Fork Choice Updated | 5.62 ms | - |
| Get Payload | 236.35 ms | - |
| New Payload | - | 1.71 s |
📖 Legend
- 🚀 Significant improvement (>10%)
- ✅ Improvement
- ➡️ No significant change (<1%)
⚠️ Regression- 🔴 Significant regression (>10%)
05c292d to
2d23652
Compare
- Add compare-benchmarks.js script to parse and compare benchmark results - Download baseline from main branch when running on PRs - Post well-formatted markdown comment with comparison table - Handle missing baseline gracefully (show results without comparison) - Format metrics with proper units (gas/s, ms, s, etc.)
dd4045f to
75bad4a
Compare
refcell
pushed a commit
that referenced
this pull request
Feb 18, 2026
refcell
pushed a commit
that referenced
this pull request
Feb 18, 2026
Contributor
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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
compare-benchmarks.jsscript to parse and compare benchmark resultsChanges
.github/scripts/compare-benchmarks.js- Benchmark comparison script.github/workflows/benchmark.yml- Updated workflow with PR comment stepsTest plan
Depends on #591