Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6088980.5 Ops/sec |
lodash get, empty input | 1581836.0 Ops/sec |
destructuring with defaults, find item | 2042362.2 Ops/sec |
lodash get, find item | 987588.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2614065.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2581391.2 Ops/sec |
destructuring dynamic key | 2050068.9 Ops/sec |
lodash dynamic key | 992485.5 Ops/sec |