https://github.com/vitejs/vite-benchmark
Benchmark tool for vitejs/vite
https://github.com/vitejs/vite-benchmark
Last synced: 8 months ago
JSON representation
Benchmark tool for vitejs/vite
- Host: GitHub
- URL: https://github.com/vitejs/vite-benchmark
- Owner: vitejs
- License: mit
- Created: 2023-02-14T05:48:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T06:55:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T13:11:22.930Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 54.5 MB
- Stars: 79
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-benchmark
Benchmarking for Vite. This project is still in development.
## Usage
### Run benchmark for a pull request
Go to https://github.com/vitejs/vite-benchmark/actions/workflows/pull-request.yml and click `Run workflow`.
### Run benchmark for specific commits / refs
Go to https://github.com/vitejs/vite-benchmark/actions/workflows/compare.yml and click `Run workflow`.
## TODO
- [ ] Cache for build dist to speed up CI
- [ ] Measure HMR speed
- [ ] Add more benchmark cases
- [ ] Generate and upload cpuprofile and debug log
- [ ] Cron job to measure perf of last N days on main branch