Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 140421296.0 Ops/sec |
lodash get, empty input | 3056826.2 Ops/sec |
destructuring with defaults, find item | 37727912.0 Ops/sec |
lodash get, find item | 2577869.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 63577552.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 63685348.0 Ops/sec |
destructuring dynamic key | 36570152.0 Ops/sec |
lodash dynamic key | 2468110.5 Ops/sec |