Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 63137980.0 Ops/sec |
lodash get, empty input | 3713420.5 Ops/sec |
destructuring with defaults, find item | 28085154.0 Ops/sec |
lodash get, find item | 2760320.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 679788800.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 706201664.0 Ops/sec |
destructuring dynamic key | 29620294.0 Ops/sec |
lodash dynamic key | 2720069.8 Ops/sec |