Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6862211.0 Ops/sec |
lodash get, empty input | 1825045.2 Ops/sec |
destructuring with defaults, find item | 1994289.8 Ops/sec |
lodash get, find item | 1008330.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3384597.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3496185.2 Ops/sec |
destructuring dynamic key | 2182913.0 Ops/sec |
lodash dynamic key | 1103280.9 Ops/sec |