Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Empty object assign |
Test name | Executions per second |
---|---|
Using the spread operator | 312106.8 Ops/sec |
Using Object.assign | 2090198.1 Ops/sec |
Empty object assign | 1289994.2 Ops/sec |