Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6300410.5 Ops/sec |
lodash get, empty input | 1704294.0 Ops/sec |
destructuring with defaults, find item | 1846156.2 Ops/sec |
lodash get, find item | 971336.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2920818.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2973993.5 Ops/sec |
destructuring dynamic key | 1916069.6 Ops/sec |
lodash dynamic key | 975639.7 Ops/sec |