Skip to content

Commit 3070ef4

Browse files
committed
fix: remove code causing ci failure
1 parent 22183bc commit 3070ef4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

provekit/src/bin/measure_mem.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ const INPUT_EXPONENTS: [u32; 1] = [11];
66
fn main() {
77
let bench_harness = ProvekitSha256Benchmark::new(&INPUT_EXPONENTS);
88

9-
let mut all_metrics = Vec::new();
10-
119
for &exp in INPUT_EXPONENTS.iter() {
1210
let package_name = format!("sha256_bench_2e{exp}");
1311
let circuit_path = PathBuf::from(WORKSPACE_ROOT)

0 commit comments

Comments
 (0)