Test case name | Result |
---|---|
Destructuring with defaults, empty input | |
Selectn get, empty input | |
Destructuring with defaults, find item | |
Selectn get, find item | |
Destructuring null input | |
Selectn null input | |
Destructuring undefined input | |
Lodash undefined input | |
Destructuring dynamic key | |
Lodash dynamic key |
Test name | Executions per second |
---|---|
Destructuring with defaults, empty input | 7883549.5 Ops/sec |
Selectn get, empty input | 1602154.9 Ops/sec |
Destructuring with defaults, find item | 2261583.8 Ops/sec |
Selectn get, find item | 1055540.6 Ops/sec |
Destructuring null input | 0.0 Ops/sec |
Selectn null input | 1662923.6 Ops/sec |
Destructuring undefined input | 0.0 Ops/sec |
Lodash undefined input | 1693683.4 Ops/sec |
Destructuring dynamic key | 2213865.2 Ops/sec |
Lodash dynamic key | 1021421.4 Ops/sec |