Commit 75312e9
committed
improve stats action performance metrics
- Lower regression thresholds to 10ms/2% and 1KB/1% to catch all meaningful Next.js regressions
- Add 3-decimal precision for seconds (1.234s instead of 1.2s)
- Rename metrics: 'Boot/Ready' -> 'Listen/First Request' for clarity
- Emphasize Turbopack (default), collapse Webpack as legacy
- Add single glossary instead of 5 repetitive dropdowns
- Simplify group names (no 'Turbopack' prefix since it's default)1 parent c093116 commit 75312e9
File tree
11 files changed
+2898
-1139
lines changed- .github
- actions/next-stats-action
- src
- run
- workflows
- scripts
- test/.stats-app
11 files changed
+2898
-1139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments