Skip to content
Snippets Groups Projects
Unverified Commit fb8b64e3 authored by Andrei Eres's avatar Andrei Eres Committed by GitHub
Browse files

[subsystem-benchmark] Fix results filename for approval-voting benches (#4243)

parent a2a049db
No related merge requests found
Pipeline #468286 passed with stages
in 1 hour, 9 minutes, and 38 seconds
......@@ -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())?;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment