Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 56054824.0 Ops/sec |
lodash get, empty input | 3208800.8 Ops/sec |
destructuring with defaults, find item | 29395562.0 Ops/sec |
lodash get, find item | 2652200.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 973857984.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1032846272.0 Ops/sec |
destructuring dynamic key | 28969496.0 Ops/sec |
lodash dynamic key | 2743743.2 Ops/sec |