# bunny-mark **Repository Path**: mirrors_pixijs/bunny-mark ## Basic Information - **Project Name**: bunny-mark - **Description**: Simulation for performance testing PIXI releases - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ```bash npm install ``` ### Build Build the source code. ```bash npm run build ``` ### Previewing Open the deploy folder within a browser. ```bash 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: ```bash npm start ```