1.3.0 • Published 7 years ago

fast-react-benchmark v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

React Benchmark for fast react server

Render Tech \ Children count100100010000
FastReactServer + FastReactRender1ms9ms100ms
React + FastReactRender3ms30ms380ms
React + ReactDOMServer12ms120ms1246ms

System configuration: Node v0.12.15, MacOS 10.11.6, processor 2,7 GHz Intel Core i5, memory 16Gb 1867MHz DDR3.

Each test was render list component (./source/list.js) with data from dataset (./data.js).

Change configuration

If you want run benchmark with yours configuration:

npm install
npm run benchmark

Also you can set your own count of children. You should use for this environment variables:

  • CHILDREN_COUNT - children count of list (ex. CHILDREN_COUNT=10 npm run benchmark)