Test name | Executions per second |
---|---|
Iteration with blank object | 850407.4 Ops/sec |
Object.assign with blank object | 1485641.0 Ops/sec |
Iteration with created object | 841475.2 Ops/sec |
Object.assign with created object | 1360295.0 Ops/sec |
Iteration with blank object and prototype | 786149.9 Ops/sec |
Object.assign with blank object and prototype | 1179181.4 Ops/sec |
Iteration with blank object and prototype prop | 780472.4 Ops/sec |
Object.assign with blank object and prototype prop | 1199636.2 Ops/sec |