parcel-bundler / parcel-benchmark-action

A github action for Parcel's PR benchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A github action for Parcel's PR benchmarking


Languages

Language:TypeScript 61.2%Language:CSS 17.6%Language:EJS 7.8%Language:HTML 7.2%Language:Dockerfile 2.7%Language:JavaScript 2.1%Language:Makefile 0.7%Language:Shell 0.6%