Test case name | Result |
---|---|
Basic object spread | |
Basic assign operator | |
Assign with empty object | |
Spread operator with two existing objects | |
Object assign with two existing objects |
Test name | Executions per second |
---|---|
Basic object spread | 640396.2 Ops/sec |
Basic assign operator | 232981.8 Ops/sec |
Assign with empty object | 208497.2 Ops/sec |
Spread operator with two existing objects | 44896.6 Ops/sec |
Object assign with two existing objects | 260082.2 Ops/sec |