Skip to content

Commit db41337

Browse files
committed
Update unit
1 parent a820d32 commit db41337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scripts/src/generateLighthouseReport/postComment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Navigation:
4747
| Total Blocking Time | ${parsedNavigationReport.tbt.score} (${parsedNavigationReport.tbt.numericValue} ms) | ${navigationDiff.tbt.score} (${navigationDiff.tbt.numericValue} ms) |
4848
| Cumulative Layout Shift | ${parsedNavigationReport.cls.score} (${parsedNavigationReport.cls.numericValue}) | ${navigationDiff.cls.score} (${navigationDiff.cls.numericValue} ms) |
4949
| Speed Index | ${parsedNavigationReport.speed.score} (${parsedNavigationReport.speed.numericValue}s) | ${navigationDiff.speed.score} (${navigationDiff.speed.numericValue} ms) |
50-
| Bundle Size | ${parsedNavigationReport.bundle_size.score} (${parsedNavigationReport.bundle_size.numericValue}s) | ${navigationDiff.bundle_size.score} (${navigationDiff.bundle_size.numericValue} byte) |
50+
| Bundle Size | ${parsedNavigationReport.bundle_size.score} (${parsedNavigationReport.bundle_size.numericValue} byte) | ${navigationDiff.bundle_size.score} (${navigationDiff.bundle_size.numericValue} byte) |
5151
5252
5353
Timespan:

0 commit comments

Comments
 (0)