Test name | Executions per second |
---|---|
Iteration with blank object | 3465219.0 Ops/sec |
Object.assign with blank object | 3868073.2 Ops/sec |
Iteration with created object | 1533402.5 Ops/sec |
Object.assign with created object | 1626687.4 Ops/sec |
Iteration with blank object and prototype | 1374412.8 Ops/sec |
Object.assign with blank object and prototype | 1459585.1 Ops/sec |
Iteration with blank object and prototype prop | 2384561.0 Ops/sec |
Object.assign with blank object and prototype prop | 2507801.5 Ops/sec |