Skip to content

Commit a158e93

Browse files
committed
wip
1 parent 90d826f commit a158e93

File tree

1 file changed

+7
-7
lines changed
  • yarn-project/end-to-end/src/bench/client_flows

1 file changed

+7
-7
lines changed

yarn-project/end-to-end/src/bench/client_flows/amm.test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)