diff --git a/.sisyphus/boulder.json b/.sisyphus/boulder.json index c5e48c2..cc976d2 100644 --- a/.sisyphus/boulder.json +++ b/.sisyphus/boulder.json @@ -148,7 +148,11 @@ "ses_22ed735fdffeyscON4NRPNOrz5", "ses_22ec6f8a8ffeaZwK7e1GUo035a", "ses_22ec791c3ffeMYLw6bTdYIxPNm", - "ses_22ebd2f4fffe5gTdsn3wPb0u6D" + "ses_22ebd2f4fffe5gTdsn3wPb0u6D", + "ses_22eb3422affe0WXwp2RUpnBMbi", + "ses_22eb4c13effeq1D5R0Hv64kDKi", + "ses_22eb45670ffeTp5TTjGXMPI7SC", + "ses_22eb3dab2ffeuR0mQzUofl5SpW" ], "plan_name": "thressgame-coverage", "agent": "atlas" diff --git a/packages/chess/src/__fixtures__/perf/countdowns-perf.test.ts b/packages/chess/src/__fixtures__/perf/countdowns-perf.test.ts index ff70750..38c4953 100644 --- a/packages/chess/src/__fixtures__/perf/countdowns-perf.test.ts +++ b/packages/chess/src/__fixtures__/perf/countdowns-perf.test.ts @@ -184,10 +184,11 @@ describe("Wave-2 countdowns perf budget (100 in-flight, p99 per-move < 150ms)", const p50 = sorted[Math.floor(0.5 * sorted.length)]!; const max = sorted[sorted.length - 1]!; - // eslint-disable-next-line no-console + // eslint-disable no-console console.log( `[Wave-2 countdowns perf] p50=${p50.toFixed(3)}ms p99=${p99.toFixed(3)}ms max=${max.toFixed(3)}ms budget<${P99_BUDGET_MS}ms n=${samples.length}`, ); + // eslint-enable no-console expect( p99,