Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7123219.0 Ops/sec |
lodash get, empty input | 1929865.1 Ops/sec |
destructuring with defaults, find item | 2015744.5 Ops/sec |
lodash get, find item | 1032082.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2873951.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2931701.8 Ops/sec |
destructuring dynamic key | 1802412.8 Ops/sec |
lodash dynamic key | 980289.3 Ops/sec |