mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
[subsystem-benchmark] Fix results filename for approval-voting benches (#4243)
This commit is contained in:
@@ -68,7 +68,7 @@ fn main() -> Result<(), String> {
|
||||
|
||||
let average_usage = BenchmarkUsage::average(&usages);
|
||||
save_to_file(
|
||||
"charts/availability-distribution-regression-bench.json",
|
||||
"charts/approval-voting-regression-bench.json",
|
||||
average_usage.to_chart_json().map_err(|e| e.to_string())?,
|
||||
)
|
||||
.map_err(|e| e.to_string())?;
|
||||
|
||||
Reference in New Issue
Block a user