Skip to content

Commit

Permalink
Fix many_chunks benchmark (powdr-labs#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese authored May 24, 2024
1 parent 0757e57 commit f04fb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv/benches/executor_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit f04fb8c

Please sign in to comment.