Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5756587.5 Ops/sec |
lodash get, empty input | 1583841.4 Ops/sec |
destructuring with defaults, find item | 1790311.1 Ops/sec |
lodash get, find item | 892530.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2696543.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2793503.2 Ops/sec |
destructuring dynamic key | 1855972.8 Ops/sec |
lodash dynamic key | 984540.6 Ops/sec |