mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Fix many_chunks benchmark (#1395)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user