Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7789918.0 Ops/sec |
lodash get, empty input | 1817658.4 Ops/sec |
destructuring with defaults, find item | 2379982.8 Ops/sec |
lodash get, find item | 1124560.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3109489.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3103878.0 Ops/sec |
destructuring dynamic key | 2308447.0 Ops/sec |
lodash dynamic key | 1000004.8 Ops/sec |