sleep instead of queries - #51
Conversation
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on January 16
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| ByNode: nil, // TODO: we aren't differentiating on node at the moment. not supported. | ||
| ByBlock: blockStats, | ||
| } | ||
|
|
There was a problem hiding this comment.
Bug: Debugging code with 15-minute sleep returns empty results
The ProcessResults function now contains a hardcoded 15-minute time.Sleep and returns an empty LoadTestResult{} with all the actual metrics collection logic commented out. The callers in runner.go expect populated results including TPS, transaction counts, gas statistics, and block data, but they will receive all zero/nil values instead. This appears to be temporary debugging code that completely disables metrics collection functionality.
Note
Replaces metrics processing with a 15-minute sleep; disables block/receipt queries and stats calculation, returning an empty result.
ProcessResultsinchains/ethereum/metrics/collector.go:LoadTestResultinstead of computed metrics.Written by Cursor Bugbot for commit 421581a. This will update automatically on new commits. Configure here.