Test name | Executions per second |
---|---|
Iteration with blank object | 696622.5 Ops/sec |
Object.assign with blank object | 2031071.5 Ops/sec |
Iteration with created object | 528775.8 Ops/sec |
Object.assign with created object | 1114780.0 Ops/sec |
Iteration with blank object and prototype | 512254.5 Ops/sec |
Object.assign with blank object and prototype | 1032359.0 Ops/sec |
Iteration with blank object and prototype prop | 614118.5 Ops/sec |
Object.assign with blank object and prototype prop | 1549525.0 Ops/sec |