Test name | Executions per second |
---|---|
Iteration with blank object | 842863.8 Ops/sec |
Object.assign with blank object | 2346454.5 Ops/sec |
Iteration with created object | 654013.1 Ops/sec |
Object.assign with created object | 1329152.0 Ops/sec |
Iteration with blank object and prototype | 623594.6 Ops/sec |
Object.assign with blank object and prototype | 1217340.6 Ops/sec |
Iteration with blank object and prototype prop | 751646.8 Ops/sec |
Object.assign with blank object and prototype prop | 1821345.2 Ops/sec |