https://github.com/bjacobel/perf
Performance testing scripts
https://github.com/bjacobel/perf
cli lighthouse performance typescript webpack
Last synced: about 2 months ago
JSON representation
Performance testing scripts
- Host: GitHub
- URL: https://github.com/bjacobel/perf
- Owner: bjacobel
- Created: 2019-11-12T01:34:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:06:49.000Z (2 months ago)
- Last Synced: 2025-04-15T03:14:47.956Z (about 2 months ago)
- Topics: cli, lighthouse, performance, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# perf
Performance testing scripts.
---
```
perfCommands:
perf analyze-dist display sizes of built assets in
[compareBaseline] [emitBaseline] dist, optionally compared to a
[brotli] previous run
perf analyze-stats [compareBaseline] display sizes reported by
[emitBaseline] compilation stats file, optionally
compared to a previous run
perf lighthouse runs the Lighthouse perf tool and
opens results in the browser
perf treemap generate a treemap for the webpack
bundle and open it in the browserOptions:
--version Show version number [boolean]
--help Show help [boolean]
```