Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 90906480.0 Ops/sec |
lodash get, empty input | 935964.7 Ops/sec |
destructuring with defaults, find item | 7349874.5 Ops/sec |
lodash get, find item | 727231.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 43736024.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 37165816.0 Ops/sec |
destructuring dynamic key | 12227653.0 Ops/sec |
lodash dynamic key | 1240607.0 Ops/sec |