Skip to content

Commit e1e8e5f

Browse files
committed
fixup benchmark
1 parent de527a2 commit e1e8e5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/zipsync/src/benchmark.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,14 +478,14 @@ zipsync internally handles cleaning as part of its operation.
478478
for (const g of groupsDef) {
479479
outputLines.push(`## ${g.title}`);
480480
outputLines.push('');
481-
outputLines.push('### Pack Phase');
482-
outputLines.push('');
483-
outputLines.push(...buildGroupTable(g, 'pack'));
484-
outputLines.push('');
485481
outputLines.push('### Unpack Phase');
486482
outputLines.push('');
487483
outputLines.push(...buildGroupTable(g, 'unpack'));
488484
outputLines.push('');
485+
outputLines.push('### Pack Phase');
486+
outputLines.push('');
487+
outputLines.push(...buildGroupTable(g, 'pack'));
488+
outputLines.push('');
489489
}
490490
const resultText = outputLines.join('\n');
491491
console.log(resultText);

0 commit comments

Comments
 (0)