Test name | Executions per second |
---|---|
Iteration with blank object | 681753.0 Ops/sec |
Object.assign with blank object | 2055163.9 Ops/sec |
Iteration with created object | 548837.4 Ops/sec |
Object.assign with created object | 1208629.6 Ops/sec |
Iteration with blank object and prototype | 537759.0 Ops/sec |
Object.assign with blank object and prototype | 1138552.5 Ops/sec |
Iteration with blank object and prototype prop | 625436.5 Ops/sec |
Object.assign with blank object and prototype prop | 1651048.2 Ops/sec |