{"id":13725472,"url":"https://github.com/reduxjs/react-redux-benchmarks","last_synced_at":"2025-07-30T07:33:56.579Z","repository":{"id":46244466,"uuid":"147279560","full_name":"reduxjs/react-redux-benchmarks","owner":"reduxjs","description":"Performance benchmark harness for React-Redux","archived":false,"fork":false,"pushed_at":"2025-01-03T07:54:44.000Z","size":2656,"stargazers_count":71,"open_issues_count":11,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T21:11:11.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reduxjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-04T02:50:59.000Z","updated_at":"2025-03-30T00:44:58.000Z","dependencies_parsed_at":"2024-08-23T05:15:27.247Z","dependency_job_id":"6bde1475-e79f-43ae-8e72-529f1c00917a","html_url":"https://github.com/reduxjs/react-redux-benchmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux-benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux-benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux-benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux-benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reduxjs","download_url":"https://codeload.github.com/reduxjs/react-redux-benchmarks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557770,"owners_count":20958047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:02:24.391Z","updated_at":"2025-04-06T22:12:17.280Z","avatar_url":"https://github.com/reduxjs.png","language":"TypeScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# react-redux-benchmarks\n\nPerformance benchmark harness for React-Redux\n\nThis repo expects that you are using Yarn for package management.\n\n# Running benchmarks\n\n```bash\nyarn build\nyarn start\n```\n\nAfter benchmarks have been built, you can run with simply:\n\n```bash\nyarn start\n```\n\nYou'll need to rebuild the benchmarks after every code change.\n\n## Running specific versions of react-redux\n\nTo specify a single version:\n\n```bash\nyarn start --versions 8.1.1\nyarn start -v 8.1.1\n```\n\nTo specify running against multiple versions:\n\n```bash\nyarn start -v 8.1.1 7.2.5\n```\n\n## To run a specific benchmark:\n\n```bash\nyarn start --scenarios deeptree\nyarn start -s deeptree\n```\n\nor specific benchmarks:\n\n```bash\nyarn start -s deeptree forms\n```\n\n## Setting run length\n\nBy default, benchmarks run for 30 seconds. To change this, use\n\n```bash\nyarn start --length 5\nyarn start -l 5\n```\n\n# Adding a benchmark\n\nBenchmarks live in the `src/scenarios` directory. Each benchmark must render a React component like this:\n\n```js\nimport { renderApp } from '../../common'\n\nrenderApp(\u003cApp /\u003e, store)\n```\n\nWhere `App` is your benchmark component, and `store` is your redux store.\n\nIf you need to make changes to the `fps-emit` package, bump the version number in its `package.json`,\nthen update each benchmark to use the newest version using `yarn upgrade-interactive` and selecting `fps-emit`\nfor an update. Then rebuild all the benchmarks using `yarn build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freduxjs%2Freact-redux-benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freduxjs%2Freact-redux-benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freduxjs%2Freact-redux-benchmarks/lists"}