Fix many_chunks benchmark (#1395)

This commit is contained in:
Georg Wiese
2024-05-24 20:17:55 +02:00
committed by GitHub
parent 0757e57e8d
commit f04fb8c06d

View File

@@ -36,7 +36,7 @@ fn executor_benchmark(c: &mut Criterion) {
pipeline.compute_fixed_cols().unwrap();
let pipeline = pipeline.add_external_witness_values(vec![(
"main_bootloader_input.value".to_string(),
"main_bootloader_inputs.value".to_string(),
default_input(&[63, 64, 65])
.into_iter()
.map(|e| e.into_fe())