Skip to content

Commit 1d8b3ae

Browse files
authored
chore: print case name (#54)
1 parent bf819b6 commit 1d8b3ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/src/compare.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export async function compare(productName: string) {
7676
const base = allMetrics[baseKey as any];
7777

7878
const formatTable = generateTable(base, current);
79+
console.log(`case: ${caseName}`);
7980
console.log(formatTable);
8081
}
8182

0 commit comments

Comments
 (0)