Test name | Executions per second |
---|---|
Iteration with blank object | 1914487.5 Ops/sec |
Object.assign with blank object | 4250251.0 Ops/sec |
Iteration with created object | 1468575.0 Ops/sec |
Object.assign with created object | 2563194.2 Ops/sec |
Iteration with blank object and prototype | 727823.4 Ops/sec |
Object.assign with blank object and prototype | 862485.8 Ops/sec |
Iteration with blank object and prototype prop | 612203.0 Ops/sec |
Object.assign with blank object and prototype prop | 664623.2 Ops/sec |