Skip to content

Commit

Permalink
reduce fuzz iters
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Dec 14, 2024
1 parent 3cb1c42 commit 462b64a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/hyperdrive-math/src/short/max.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1150,8 +1150,7 @@ mod tests {
let max_iterations = 500;
// Run the fuzz tests
let mut rng = thread_rng();
for iter in 0..*FAST_FUZZ_RUNS {
println!("iter {:#?}", iter);
for _ in 0..*FUZZ_RUNS {
let state = rng.gen::<State>();
let checkpoint_exposure = {
let value = rng.gen_range(fixed!(0)..=FixedPoint::from(U256::from(U128::MAX)));
Expand Down

0 comments on commit 462b64a

Please sign in to comment.