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 | 218507.7 Ops/sec |
with mutation | 2739264.5 Ops/sec |
with object assign | 212606.5 Ops/sec |
with new object assign | 106038.5 Ops/sec |
foreach | 2500987.0 Ops/sec |