Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mweststrate/redux-todomvc
Redux todoMVC, used to do some benchmarking
https://github.com/mweststrate/redux-todomvc
Last synced: about 1 month ago
JSON representation
Redux todoMVC, used to do some benchmarking
- Host: GitHub
- URL: https://github.com/mweststrate/redux-todomvc
- Owner: mweststrate
- Created: 2016-04-08T18:22:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T16:38:04.000Z (over 8 years ago)
- Last Synced: 2024-11-02T01:50:22.150Z (about 1 month ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 105
- Watchers: 5
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoMVC Benchmarking
Used for benchmarking and comparing performance of Mobx and Redux (see also https://github.com/mweststrate/mobx-todomvc).
See the discussion around: https://twitter.com/mweststrate/status/718444275239882753
## Running:
* `npm install`
* `npm start`## Profiling:
* `npm install`
* `npm run build`
* Open index.htmlProfiling is done by using the chrome developers tool, profiles > collect CPU profile > record > change todo items > stop recording > Chart view > Take the average of the "Total Time" of the different stacks you see. Skip the first one as that one is usually slower (probably JIT initialization and such)