Skip to content

Commit

Permalink
[subsystem-benchmark] Fix results filename for approval-voting benches (
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres authored Apr 22, 2024
1 parent a2a049d commit fb8b64e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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())?;
Expand Down

0 comments on commit fb8b64e

Please sign in to comment.