refactor: le résumé du harnais e2e dit polyfill, pas SDK
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user