Skip to content

Commit

Permalink
Main was broken because of changes in #6497 and #6055 which landed 's…
Browse files Browse the repository at this point in the history
…imultaneously' (#6543)
  • Loading branch information
bchocho authored Feb 9, 2023
1 parent f85bb7b commit 7fc95ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async fn generate_traffic_and_assert_committed(swarm: &mut dyn Swarm, nodes: &[P
]])
.await
.unwrap();
println!("{:?}", txn_stat.rate(Duration::from_secs(20)));
println!("{:?}", txn_stat.rate());
// assert some much smaller number than expected, so it doesn't fail under contention
assert!(txn_stat.submitted > 30);
assert!(txn_stat.committed > 30);
Expand Down

0 comments on commit 7fc95ab

Please sign in to comment.