Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 144280448.0 Ops/sec |
lodash get, empty input | 3040968.5 Ops/sec |
destructuring with defaults, find item | 33563472.0 Ops/sec |
lodash get, find item | 2501441.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 62496620.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 61712748.0 Ops/sec |
destructuring dynamic key | 33343474.0 Ops/sec |
lodash dynamic key | 2658243.8 Ops/sec |