All Projects → parcel-bundler → parcel-benchmark-action

parcel-bundler / parcel-benchmark-action

Licence: other
A github action for Parcel's PR benchmarking

Programming Languages

typescript
32286 projects
CSS
56736 projects
EJS
674 projects
HTML
75241 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Parcel benchmark action

Benchmark API Repo: parcel-bundler/parcel-benchmark-api

This is an experimental GitHub Action for testing Parcel's performance and bundle size on a couple demo applications to automatically measure and report performance impact of PRs on these examples.

This can also be extended in the future to automatically report performance comparison with other bundling tools for each release.

Wanna help out?

Any contributions are welcome from new benchmark applications to code improvements. Have a look at the issues to get a feel of which features and benchmarks are currently most wanted.

Adding benchmarks

To create a new benchmark application, create a new folder in the benchmarks folder similar to existing benchmark applications in this folder.

The only requirement for a benchmark is that it cannot contain any third party Parcel plugins, as these aren't maintained by the Parcel core team and are not very useful for testing Parcel's core performance.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].