react-benchmark
react-benchmark copied to clipboard
A tool for benchmarking the render performance of React components
This PR 1. Changes GitHub Actions workflow to run CI on every Pull Request 2. Resolves a problem with "Throttle CPU" test
Adds a special `--ram` flag and `isRamMeasured` flag to `ReactBenchmark`. If passed RAM measurement is enabled. In this case, 2 metrics are being recorded between the runs: - Heap size...
Could you provide usage example with TS/Jest ?
I'm trying to run react-benchmark in my own app. The app works fine with `yarn start` normally, but I can't seem to get it to import css. I am not...
Adds a special `--onReady` flag. Measure time not until the first render, but until `onReady` callback is not invoked from the component. Useful when you have something happening inside your...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...