Test name | Executions per second |
---|---|
Iteration with blank object | 830858.0 Ops/sec |
Object.assign with blank object | 2314006.2 Ops/sec |
Iteration with created object | 649707.8 Ops/sec |
Object.assign with created object | 1333741.0 Ops/sec |
Iteration with blank object and prototype | 629457.6 Ops/sec |
Object.assign with blank object and prototype | 1224387.0 Ops/sec |
Iteration with blank object and prototype prop | 758475.1 Ops/sec |
Object.assign with blank object and prototype prop | 1790945.5 Ops/sec |