diff --git a/test/performance/benchmark-reducer.ts b/test/performance/benchmark-reducer.ts index fb15f79..ceedeae 100644 --- a/test/performance/benchmark-reducer.ts +++ b/test/performance/benchmark-reducer.ts @@ -53,8 +53,8 @@ const concat = (index) => ({ const actions = { // add, - // remove, - update, + remove, + // update, // concat, };