Test name | Executions per second |
---|---|
Iteration with blank object | 984524.1 Ops/sec |
Object.assign with blank object | 2377620.2 Ops/sec |
Iteration with created object | 788944.1 Ops/sec |
Object.assign with created object | 1557884.5 Ops/sec |
Iteration with blank object and prototype | 769080.7 Ops/sec |
Object.assign with blank object and prototype | 1470438.8 Ops/sec |
Iteration with blank object and prototype prop | 917258.4 Ops/sec |
Object.assign with blank object and prototype prop | 2143846.5 Ops/sec |