Test case name | Result |
---|---|
with spread operator | |
with mutation | |
with object assign | |
with new object assign | |
foreach |
Test name | Executions per second |
---|---|
with spread operator | 2887.1 Ops/sec |
with mutation | 56369.3 Ops/sec |
with object assign | 375.3 Ops/sec |
with new object assign | 12.7 Ops/sec |
foreach | 51965.9 Ops/sec |