Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6077654.0 Ops/sec |
lodash get, empty input | 1502009.4 Ops/sec |
destructuring with defaults, find item | 1982581.0 Ops/sec |
lodash get, find item | 872545.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2526873.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2513494.8 Ops/sec |
destructuring dynamic key | 2030172.0 Ops/sec |
lodash dynamic key | 894879.1 Ops/sec |