Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6854047.0 Ops/sec |
lodash get, empty input | 1581005.2 Ops/sec |
destructuring with defaults, find item | 2013880.1 Ops/sec |
lodash get, find item | 940172.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2466396.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1033262.6 Ops/sec |
destructuring dynamic key | 1252517.4 Ops/sec |
lodash dynamic key | 636650.5 Ops/sec |