File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ fn main() {
18
18
. join ( format ! ( "sha256-bench-2e{exp}" ) )
19
19
. join ( "Prover.toml" ) ;
20
20
21
- let _proof= bench_harness. run_prove ( exp) ;
21
+ let _proof = bench_harness. run_prove ( exp) ;
22
22
}
23
23
}
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ pub struct SubMetrics {
144
144
#[ tabled( display_with = "display_bytes" ) ]
145
145
pub proof_size : usize ,
146
146
#[ 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`.
148
148
#[ tabled( display_with = "display_bytes" ) ]
149
149
pub preprocessing_size : usize ,
150
150
#[ tabled( display_with = "display_bytes" ) ]
You can’t perform that action at this time.
0 commit comments