We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de527a2 commit e1e8e5fCopy full SHA for e1e8e5f
1 file changed
apps/zipsync/src/benchmark.test.ts
@@ -478,14 +478,14 @@ zipsync internally handles cleaning as part of its operation.
478
for (const g of groupsDef) {
479
outputLines.push(`## ${g.title}`);
480
outputLines.push('');
481
- outputLines.push('### Pack Phase');
482
- outputLines.push('');
483
- outputLines.push(...buildGroupTable(g, 'pack'));
484
485
outputLines.push('### Unpack Phase');
486
487
outputLines.push(...buildGroupTable(g, 'unpack'));
488
+ outputLines.push('### Pack Phase');
+ outputLines.push('');
+ outputLines.push(...buildGroupTable(g, 'pack'));
489
}
490
const resultText = outputLines.join('\n');
491
console.log(resultText);
0 commit comments