Test name | Executions per second |
---|---|
Iteration with blank object | 124480.0 Ops/sec |
Object.assign with blank object | 172030.0 Ops/sec |
Iteration with created object | 101237.4 Ops/sec |
Object.assign with created object | 134367.1 Ops/sec |
Iteration with blank object and prototype | 92699.6 Ops/sec |
Object.assign with blank object and prototype | 131480.1 Ops/sec |
Iteration with blank object and prototype prop | 104437.3 Ops/sec |
Object.assign with blank object and prototype prop | 153164.8 Ops/sec |