Simulation for performance testing PIXI releases
https://github.com/pixijs/bunny-mark.git
The purpose of this tool is to crudely sanity-check relative performance changes in PixiJS between release versions and branches. It is not designed to show off the performance capabilities of PixiJS and does not reflect typical, real-world rendering conditions. Different devices will have different performance thresholds.
https://pixijs.io/bunny-mark/
Requires to build from source.
npm install
Build the source code.
npm run build
Open the deploy folder within a browser.
npm start
If you want to test a local build, simply drop pixi.js into the deploy folder. This should be a dist build of pixi.js.
Then start running the Preview, if it's not running already:
npm start