refactor: le résumé du harnais e2e dit polyfill, pas SDK

This commit is contained in:
Sylvain Duchesne
2026-08-10 17:19:39 +02:00
parent 737729c9ce
commit 9c487b59f3
+1 -1
View File
@@ -785,7 +785,7 @@ async function main(): Promise<void> {
const failed = results.length - passed; const failed = results.length - passed;
const batchMin = ((Date.now() - batchStart) / 60000).toFixed(1); const batchMin = ((Date.now() - batchStart) / 60000).toFixed(1);
console.log( console.log(
`\n══ SDK e2e summary: ${passed} passed, ${failed} failed, ${results.length} total ` + `\n══ Polyfill e2e summary: ${passed} passed, ${failed} failed, ${results.length} total ` +
`— batch ${batchMin} min, slowest cold sync ${Math.round(coldSyncMs / 1000)}s ══`, `— batch ${batchMin} min, slowest cold sync ${Math.round(coldSyncMs / 1000)}s ══`,
); );
// A fresh wallet per batch is what should keep the cold sync flat; if it climbs from // A fresh wallet per batch is what should keep the cold sync flat; if it climbs from