Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anza-xyz/agave
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a5569e1fd8a5106d00cdd6d85043d8841df025eb
Choose a base ref
..
head repository: anza-xyz/agave
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5f650dff71c0c6e31e0fe9d8d2b907337130d298
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 poh-bench/src/main.rs
2 changes: 1 addition & 1 deletion poh-bench/src/main.rs
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ fn main() {
for _ in 0..iterations {
assert!(ticks[..num_entries]
.verify_cpu_x86_simd(&start_hash, 8, &thread_pool)
.finish_verify());
.finish_verify(&thread_pool));
}
time.stop();
println!(