Skip to content

Performance Analysis for react compoennts

Notifications You must be signed in to change notification settings

Zoxive/react-perf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Performance Regression tests for React

View Test Results

Running the tests

  1. Install dependencies using npm install
  2. Start up CouchDB and Chromedriver
  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 https://<couchdbServer:5984>/<dbname>/_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.

About

Performance Analysis for react compoennts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%