Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5733662.0 Ops/sec |
lodash get, empty input | 1420667.8 Ops/sec |
destructuring with defaults, find item | 1902399.8 Ops/sec |
lodash get, find item | 871409.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2317704.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1889173.0 Ops/sec |
destructuring dynamic key | 781007.2 Ops/sec |
lodash dynamic key | 709848.1 Ops/sec |