Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 158700976.0 Ops/sec |
lodash get, empty input | 2481530.2 Ops/sec |
destructuring with defaults, find item | 40934984.0 Ops/sec |
lodash get, find item | 1912124.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 65896244.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 66325888.0 Ops/sec |
destructuring dynamic key | 41636680.0 Ops/sec |
lodash dynamic key | 1989496.2 Ops/sec |