Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8195652.5 Ops/sec |
lodash get, empty input | 648663.8 Ops/sec |
destructuring with defaults, find item | 6387399.5 Ops/sec |
lodash get, find item | 687510.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6014524.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 5856226.5 Ops/sec |
destructuring dynamic key | 6291786.0 Ops/sec |
lodash dynamic key | 673857.4 Ops/sec |