https://github.com/pixijs/performance-benchmark-action.git
A GitHub Action for running performance benchmarks on PixiJS. This action measures rendering performance, frame rates, and other key metrics to help track performance regressions and improvements in PixiJS projects. :rocket:
This GitHub Action runs automated performance benchmarks for PixiJS applications. It helps you:
To work on this action locally, you'll need Node.js (20.x or later).
1. :hammerandwrench: Install the dependencies
npm install
2. :building_construction: Package the JavaScript for distribution
npm run bundle