Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6543014.5 Ops/sec |
lodash get, empty input | 1986395.8 Ops/sec |
destructuring with defaults, find item | 2290892.0 Ops/sec |
lodash get, find item | 620460.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3590145.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3588608.8 Ops/sec |
destructuring dynamic key | 2403621.5 Ops/sec |
lodash dynamic key | 1212683.9 Ops/sec |