feat: add gasburner gas throughput benchmark#3108
feat: add gasburner gas throughput benchmark#3108chatton wants to merge 1 commit intocian/bench-refactorfrom
Conversation
- Add TestGasBurner to SpamoorSuite measuring seconds_per_gigagas - Add measureGasThroughput and waitForMetricTarget helpers - Add gasburner CI job with dashboard publishing
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
Claude finished @chatton's task in 2m 10s —— View job Code Review
Overall this is a clean addition that follows the established patterns from the
|
| Severity | Finding |
|---|---|
| Moderate | Hardcoded unstable rethTag: "pr-142" |
| Moderate | No ev-node span assertions in TestGasBurner |
| Moderate | Poll errors silently swallowed in waitForMetricTarget |
| Minor | Warmup threshold (50) vs wallet count (500) mismatch risk |
| Minor | No context cancellation in polling loops |
| Minor | elapsed == 0 fallback needs a warning log |
| Nit | Map alignment inconsistency (gofmt) |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Overview
Adds a
TestGasBurnerbenchmark to theSpamoorSuitethat measures gas throughputusing a deterministic gasburner workload. Reports
seconds_per_gigagas(lower is better)to the benchmark dashboard.
Builds on #3107 which introduced the benchmark suite infrastructure.
gasburner_test.go: spins up gasburner spammer, measures steady-state gas windowmeasureGasThroughput/waitForMetricTargethelpers inmetrics.go