react-redux-benchmarks icon indicating copy to clipboard operation
react-redux-benchmarks copied to clipboard

Performance benchmark harness for React-Redux

Results 11 react-redux-benchmarks issues
Sort by recently updated
recently updated
newest added

This PR: - Enables recording benchmarks with https://replay.io , so that I can inspect code behavior and do some analysis-based performance profiling - Updates to a new rev of the...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.1.2 - April 13th, 2019 > Chore/Test: > - [#1515](https://github-redirect.dependabot.com/wycats/handlebars.js/pull/1515) - Port over linting and test for...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.1.2 - April 13th, 2019 > Chore/Test: > - [#1515](https://github-redirect.dependabot.com/wycats/handlebars.js/pull/1515) - Port over linting and test for...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...

dependencies

We can start adding more benchmark apps now. Pasting some other benchmark-ish repos that are worth investigating and potentially porting: https://github.com/mweststrate/redux-todomvc https://github.com/jscriptcoder/stressing-redux https://github.com/somebody32/high-performance-redux/tree/gh-pages/assets https://github.com/coderitual/redux-performance https://github.com/reduxjs/react-redux/issues/686#issuecomment-331261897 https://github.com/Kalkut/redux-data-frequency-benchmark Also, we should look...

The `stockticker` and `twitter-lite` benchmarks currently use an array for the root of the Redux state "tree", rather than an object with multiple slices. This is rather unrealistic. The `tree-view`...

Right now we're only measure FPS, plus the values from a Chrome trace (time spent "scripting", "rendering", and "painting"). These are better than nothing, but they seem insufficient. In particular,...

Over in https://github.com/reduxjs/react-redux/issues/983, @sebinsua pointed to https://github.com/speedracer/speedracer as a relevant tool for running benchmarks like this and reporting results. It looks very interesting, but also seems lacking in soem capabilities...

The React DevTools have been updated with the new profiling capabilities, but they require a release of React that implements the interaction tracking backend to make those functional. React 16.5...