Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4656845.5 Ops/sec |
lodash get, empty input | 986164.9 Ops/sec |
destructuring with defaults, find item | 1396174.8 Ops/sec |
lodash get, find item | 689378.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1891761.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1912166.8 Ops/sec |
destructuring dynamic key | 1502409.4 Ops/sec |
lodash dynamic key | 706129.6 Ops/sec |