There was an error while loading. Please reload this page.
1 parent d7ad212 commit 65b3c84Copy full SHA for 65b3c84
1 file changed
packages/contracts/src/snapshot-diagnostics.ts
@@ -62,8 +62,7 @@ export function summarizeSnapshotTimingSamples(
62
// its max — so the warning judges warm captures only, and only once enough
63
// exist to mean anything. Displayed stats still cover every sample.
64
const warm = samples.slice(1);
65
- const judged =
66
- warm.length >= MIN_WARM_SAMPLE_COUNT ? buildSnapshotTimingStats(warm) : undefined;
+ const judged = warm.length >= MIN_WARM_SAMPLE_COUNT ? buildSnapshotTimingStats(warm) : undefined;
67
return toSummary(buildSnapshotTimingStats(samples), judged);
68
}
69
0 commit comments