Skip to content

Commit

Permalink
Merge pull request #1 from robstax/immer-scan-5000
Browse files Browse the repository at this point in the history
modify immer metrics to scan 5000 index
  • Loading branch information
markerikson authored Jan 11, 2025
2 parents d29c0a8 + 3a5119d commit 8e9e337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immutability-benchmarks.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function createBenchmarks() {
function benchMethod() {
setAutoFreezes[version](freeze)
for (let i = 0; i < MAX; i++) {
reducers[version](initialState, actions[action](i))
reducers[version](initialState, actions[action](5000))
}
setAutoFreezes[version](false)
}
Expand Down

0 comments on commit 8e9e337

Please sign in to comment.