Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6656369.0 Ops/sec |
lodash get, empty input | 1680137.6 Ops/sec |
destructuring with defaults, find item | 1880931.1 Ops/sec |
lodash get, find item | 1046559.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3029198.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3133162.0 Ops/sec |
destructuring dynamic key | 1895503.0 Ops/sec |
lodash dynamic key | 940189.7 Ops/sec |