📦 pixijs / bunny-mark

Simulation for performance testing PIXI releases

23 stars 10 forks 👁 23 watching
📥 Clone https://github.com/pixijs/bunny-mark.git
HTTPS git clone https://github.com/pixijs/bunny-mark.git
SSH git clone git@github.com:pixijs/bunny-mark.git
CLI gh repo clone pixijs/bunny-mark
Jonathan Romano Jonathan Romano Fix specifying start bunny count (#10) 0f2f5a8 2 years ago 📝 History
📁 src
📄 .gitignore
📄 README.md
📄 README.md

Bunny Mark

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.

Preview

https://pixijs.io/bunny-mark/

Rebuilding From Source

Setup

Requires to build from source.

npm install

Build

Build the source code.

npm run build

Previewing

Open the deploy folder within a browser.

npm start

Local Previewing

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