Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8253616.5 Ops/sec |
lodash get, empty input | 2230832.8 Ops/sec |
destructuring with defaults, find item | 2416147.2 Ops/sec |
lodash get, find item | 1256021.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3854430.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3822431.0 Ops/sec |
destructuring dynamic key | 2429297.5 Ops/sec |
lodash dynamic key | 1275717.1 Ops/sec |