Skip to content

Commit 22183bc

Browse files
committed
chore: fmt
1 parent 9af6dfd commit 22183bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provekit/src/bin/measure_mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ fn main() {
1818
.join(format!("sha256-bench-2e{exp}"))
1919
.join("Prover.toml");
2020

21-
let _proof= bench_harness.run_prove(exp);
21+
let _proof = bench_harness.run_prove(exp);
2222
}
2323
}

utils/src/bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub struct SubMetrics {
144144
#[tabled(display_with = "display_bytes")]
145145
pub proof_size: usize,
146146
#[tabled(display_with = "display_bytes")]
147-
pub proving_peak_memory: usize, // NOTE: This should be removed when `SP1` benchmarks are refactored to use `ere`.
147+
pub proving_peak_memory: usize, // NOTE: This should be removed when `SP1` benchmarks are refactored to use `ere`.
148148
#[tabled(display_with = "display_bytes")]
149149
pub preprocessing_size: usize,
150150
#[tabled(display_with = "display_bytes")]

0 commit comments

Comments
 (0)