This is based on my repo: https://github.com/lnolazco/react-boilerplate.
I used React-easy-chart to display the results. https://rma-consulting.github.io/react-easy-chart/
Tests:
- Stateless components
- Stateful components
- Pure components
- Pure component calling a function defined inside the render method
- Pure component calling a function defined out of the render method
Node.js v8
- Run
npm install
- Start the app
npm start
- Open automatically http://localhost:8080
- See the results :)
- Add more performance tests.
- Add input to set the number of tests to run.