Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 76284936.0 Ops/sec |
lodash get, empty input | 2767684.8 Ops/sec |
destructuring with defaults, find item | 29588108.0 Ops/sec |
lodash get, find item | 2431197.0 Ops/sec |
destructuring null input | 136028192.0 Ops/sec |
lodash null input | 65731404.0 Ops/sec |
destructuring undefined input | 134364688.0 Ops/sec |
lodash undefined input | 65019816.0 Ops/sec |
destructuring dynamic key | 31088896.0 Ops/sec |
lodash dynamic key | 2386298.5 Ops/sec |