Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5491529.0 Ops/sec |
lodash get, empty input | 1240060.6 Ops/sec |
destructuring with defaults, find item | 1654580.9 Ops/sec |
lodash get, find item | 733249.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1898299.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2069269.9 Ops/sec |
destructuring dynamic key | 1425163.5 Ops/sec |
lodash dynamic key | 706767.1 Ops/sec |