Test case name | Result |
---|---|
Spread operator | |
Object.assign with separate target | |
Object.assign with first object as target |
Test name | Executions per second |
---|---|
Spread operator | 2103658.5 Ops/sec |
Object.assign with separate target | 5076683.0 Ops/sec |
Object.assign with first object as target | 5907778.0 Ops/sec |