Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 13927317.0 Ops/sec |
lodash get, empty input | 4303202.5 Ops/sec |
destructuring with defaults, find item | 5173471.5 Ops/sec |
lodash get, find item | 2686577.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6337452.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6339962.5 Ops/sec |
destructuring dynamic key | 4897052.0 Ops/sec |
lodash dynamic key | 2674679.2 Ops/sec |