Skip to content

Commit

Permalink
Bench/Common/criterion_helper: Updating benchID (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrtoledo committed Jan 14, 2025
1 parent 2ec9636 commit b8b55ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/common/criterion_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub mod centralized {
BenchmarkId::new(
bench_name,
format!(
"params={{λsec:{}, λrel:{}, |Sp|:{} ({}% sent to prover), n_p:{}, n_f:{}}}",
"params={{λsec: {}, λrel: {}, |Sp|: {} ({}% sent to prover), n_p: {}, n_f: {}}}",
self.lambda_sec,
self.lambda_rel,
self.total_num_elements,
Expand Down

0 comments on commit b8b55ea

Please sign in to comment.