Skip to content

Commit 7a36319

Browse files
committed
allow table to match eitherconfig time or parse time
1 parent 858b837 commit 7a36319

File tree

1 file changed

+1
-1
lines changed
  • ts-perf/packages/commands/src/benchmark/print/console

1 file changed

+1
-1
lines changed

ts-perf/packages/commands/src/benchmark/print/console/comparison.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function printComparison(
104104
},
105105
{
106106
className: "body",
107-
match: (x: MeasurementComparisonPivot) => x.metric === "Config Time",
107+
match: (x: MeasurementComparisonPivot) => x.metric === "Config Time"||x.metric === "Parse Time",
108108
border: { top: "single" },
109109
},
110110
{

0 commit comments

Comments
 (0)