Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 138282336.0 Ops/sec |
lodash get, empty input | 2951468.5 Ops/sec |
destructuring with defaults, find item | 37118248.0 Ops/sec |
lodash get, find item | 2482860.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 60161004.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 61793224.0 Ops/sec |
destructuring dynamic key | 32475756.0 Ops/sec |
lodash dynamic key | 2519039.2 Ops/sec |