Test name | Executions per second |
---|---|
Iteration with blank object | 1095226.6 Ops/sec |
Object.assign with blank object | 1756584.6 Ops/sec |
Iteration with created object | 1047694.8 Ops/sec |
Object.assign with created object | 2771499.5 Ops/sec |
Iteration with blank object and prototype | 940722.9 Ops/sec |
Object.assign with blank object and prototype | 2159860.8 Ops/sec |
Iteration with blank object and prototype prop | 953002.4 Ops/sec |
Object.assign with blank object and prototype prop | 2196449.0 Ops/sec |