Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6897130.0 Ops/sec |
lodash get, empty input | 1535890.8 Ops/sec |
destructuring with defaults, find item | 1903038.0 Ops/sec |
lodash get, find item | 905320.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2561716.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2607978.0 Ops/sec |
destructuring dynamic key | 2007898.2 Ops/sec |
lodash dynamic key | 936280.9 Ops/sec |