Skip to content

Feat/Iteratively compute the Maximum Sustainable Throughput #44

Feat/Iteratively compute the Maximum Sustainable Throughput

Feat/Iteratively compute the Maximum Sustainable Throughput #44

Triggered via pull request June 27, 2025 13:38
Status Failure
Total duration 1m 54s
Artifacts

test-pr.yml

on: pull_request
Run code checks  /  Run code checks
1m 51s
Run code checks / Run code checks
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run code checks / Run code checks
issues found
Run code checks / Run code checks: pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go#L145
return statements should not be cuddled if block has more than two lines (wsl)
Run code checks / Run code checks: pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go#L228
var-naming: don't use underscores in Go names; var processedTps_f should be processedTpsF (revive)
Run code checks / Run code checks: pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go#L174
unused-parameter: parameter 'percentile' seems to be unused, consider removing or renaming it as _ (revive)