Test name | Executions per second |
---|---|
Iteration with blank object | 786015.6 Ops/sec |
Object.assign with blank object | 2288666.0 Ops/sec |
Iteration with created object | 595837.4 Ops/sec |
Object.assign with created object | 1259253.0 Ops/sec |
Iteration with blank object and prototype | 578376.8 Ops/sec |
Object.assign with blank object and prototype | 1159773.4 Ops/sec |
Iteration with blank object and prototype prop | 704312.6 Ops/sec |
Object.assign with blank object and prototype prop | 1752342.5 Ops/sec |