# react-perf **Repository Path**: mirrors_leecade/react-perf ## Basic Information - **Project Name**: react-perf - **Description**: Performance Analysis for react compoennts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Performance Regression tests for React > [View Test Results](https://axemclion.cloudant.com/react-perf/_design/site/index.html#/summary?pagename=DBMonster&browser=chrome) ## Running the tests 1. Install dependencies using `npm install` 2. Start up CouchDB and [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) 3. Run `node .\lib\cli.js` to test all versions of React and store results in the couchdb server 4. To view results, look at `http:////_design/site/index.html` # Other notes - All other test parameters are located in `.\lib\pjRunner.js` - Individual test apps are present at the location specified in `.\lib\reactVersions.js` + The source for the apps are in a branch of this repo + To run the app, the test runner in this branch downloads the branch as a zip from github, does `npm install`, and runs the `server.js` + Once the tests are finished, the server is killed.