Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Using mutation | |
Using iterable mutation |
Test name | Executions per second |
---|---|
Using the spread operator | 130335.4 Ops/sec |
Using Object.assign | 135905.5 Ops/sec |
Using mutation | 734098.1 Ops/sec |
Using iterable mutation | 306423.4 Ops/sec |