Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8574168.0 Ops/sec |
lodash get, empty input | 2496281.5 Ops/sec |
destructuring with defaults, find item | 2603536.8 Ops/sec |
lodash get, find item | 1365194.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4274253.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4315602.5 Ops/sec |
destructuring dynamic key | 2656550.2 Ops/sec |
lodash dynamic key | 1336111.2 Ops/sec |