Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 10823067.0 Ops/sec |
lodash get, empty input | 3074751.0 Ops/sec |
destructuring with defaults, find item | 3869282.0 Ops/sec |
lodash get, find item | 1858365.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4813928.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 5338832.0 Ops/sec |
destructuring dynamic key | 3669973.2 Ops/sec |
lodash dynamic key | 1811953.4 Ops/sec |