Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 171715824.0 Ops/sec |
lodash get, empty input | 4162721.5 Ops/sec |
destructuring with defaults, find item | 29118798.0 Ops/sec |
lodash get, find item | 3166205.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 65333244.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 64575120.0 Ops/sec |
destructuring dynamic key | 33544654.0 Ops/sec |
lodash dynamic key | 3262456.0 Ops/sec |