subsystem-bench: Remove benchmark_name
from BenchmarkUsage
#3601
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
R0-silent
Changes should not be mentioned in any release notes
T12-benchmarks
This PR/Issue is related to benchmarking and weights.
Since we print regression test results manually every time, we don't need to use
benchmark_name
insideBenchmarkUsage
. We can just put the name insideprintln!
.polkadot-sdk/polkadot/node/subsystem-bench/src/lib/usage.rs
Lines 24 to 28 in 475e7a1
The text was updated successfully, but these errors were encountered: