Test name | Executions per second |
---|---|
Iteration with blank object | 735723.7 Ops/sec |
Object.assign with blank object | 2020699.0 Ops/sec |
Iteration with created object | 579814.3 Ops/sec |
Object.assign with created object | 1141436.2 Ops/sec |
Iteration with blank object and prototype | 543407.0 Ops/sec |
Object.assign with blank object and prototype | 1030552.8 Ops/sec |
Iteration with blank object and prototype prop | 629507.9 Ops/sec |
Object.assign with blank object and prototype prop | 1546372.8 Ops/sec |