Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7360611.0 Ops/sec |
lodash get, empty input | 1610730.6 Ops/sec |
destructuring with defaults, find item | 2014034.6 Ops/sec |
lodash get, find item | 963168.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3023981.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3071489.0 Ops/sec |
destructuring dynamic key | 2206962.2 Ops/sec |
lodash dynamic key | 1007928.9 Ops/sec |