Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6168484.0 Ops/sec |
lodash get, empty input | 1795119.4 Ops/sec |
destructuring with defaults, find item | 1864787.4 Ops/sec |
lodash get, find item | 1034916.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3145098.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2936288.2 Ops/sec |
destructuring dynamic key | 1793167.8 Ops/sec |
lodash dynamic key | 1040234.3 Ops/sec |