File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
yarn-project/end-to-end/src/bench/client_flows Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -220,15 +220,15 @@ describe('AMM benchmark', () => {
220220 ) ;
221221 }
222222
223- // The following check serves as a regression test. If you get a failure and it's expected then just go
224- // ahead and update the EXPECTED_ROUND_TRIPS constants. If the failure is unexpected this needs to be
225- // investigated. To investigate set the DEBUG_ROUND_TRIPS environment variable to true on the `next`
226- // branch and here and compare the outputs (what round trips are newly appeared or disappeared? ).
223+ // The following check serves as a regression test. If you get a failure and it is expected, just update
224+ // the EXPECTED_ROUND_TRIPS constants. If the failure is unexpected, it needs to be investigated. To
225+ // investigate, set the DEBUG_ROUND_TRIPS environment variable to true on both the `next` branch and
226+ // here, then compare the outputs (look for any newly appearing or missing round trips ).
227227 //
228- // Note that unfortunately the round trip values depend on this test suite being run in full and in the
229- // expected sequence .
228+ // Note that the round trip values depend on this test suite being run in its entirety and in the correct
229+ // order .
230230 //
231- // If you got this failure in CI and you have no idea what this is about ping @benesjan .
231+ // If you encounter this failure in CI and are unsure of the cause, contact @benesjan.
232232 expect ( actualRoundTrips ) . toBe ( expectedRoundTrips ) ;
233233 }
234234 } ) ;
You can’t perform that action at this time.
0 commit comments