fix(bench): make sure benches do not fail by fixing determinism - #3635
Conversation
| @@ -377,6 +378,7 @@ fn robust_run_sign( | |||
| } | |||
|
|
|||
| let (results, metrics) = run_simulation(protocols, latency); | |||
| assert_eq!(results.len(), participants.len()); | |||
There was a problem hiding this comment.
these are broken window fixes. Not strictly needed, but better to have them in case a participant does not finish
9e7165a to
7091f38
Compare
|
PR title type suggestion: This PR only changes benchmark files (test infrastructure), so the type prefix should probably be |
Pull request overviewFixes the simulated-replay benches in Changes:
Reviewed changesPer-file summary
FindingsNon-blocking (nits, follow-ups, suggestions):
Approved |
Closes #3516