Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 42305224.0 Ops/sec |
lodash get, empty input | 2949570.0 Ops/sec |
destructuring with defaults, find item | 27027570.0 Ops/sec |
lodash get, find item | 2557480.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 648194432.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 725973760.0 Ops/sec |
destructuring dynamic key | 30864732.0 Ops/sec |
lodash dynamic key | 2781865.0 Ops/sec |