Test case name | Result |
---|---|
with spread operator | |
with mutation | |
with object assign | |
with for...of loop | |
with for loop |
Test name | Executions per second |
---|---|
with spread operator | 0.7 Ops/sec |
with mutation | 741.3 Ops/sec |
with object assign | 25.5 Ops/sec |
with for...of loop | 1132.7 Ops/sec |
with for loop | 1206.1 Ops/sec |