Test name | Executions per second |
---|---|
Iteration with blank object | 834616.8 Ops/sec |
Object.assign with blank object | 2201568.5 Ops/sec |
Iteration with created object | 632789.6 Ops/sec |
Object.assign with created object | 1277969.5 Ops/sec |
Iteration with blank object and prototype | 629423.2 Ops/sec |
Object.assign with blank object and prototype | 1186001.4 Ops/sec |
Iteration with blank object and prototype prop | 756322.2 Ops/sec |
Object.assign with blank object and prototype prop | 1797883.9 Ops/sec |