Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2535973.8 Ops/sec |
lodash get, empty input | 819625.7 Ops/sec |
destructuring with defaults, find item | 876597.7 Ops/sec |
lodash get, find item | 496388.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1253062.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1253577.0 Ops/sec |
destructuring dynamic key | 855576.7 Ops/sec |
lodash dynamic key | 493180.6 Ops/sec |