Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 135906288.0 Ops/sec |
lodash get, empty input | 2884320.8 Ops/sec |
destructuring with defaults, find item | 25509104.0 Ops/sec |
lodash get, find item | 2183945.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 58855752.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 57540352.0 Ops/sec |
destructuring dynamic key | 26600248.0 Ops/sec |
lodash dynamic key | 2371491.8 Ops/sec |