Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 65537040.0 Ops/sec |
lodash get, empty input | 4194513.0 Ops/sec |
destructuring with defaults, find item | 30902050.0 Ops/sec |
lodash get, find item | 2872667.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1220744704.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1249585024.0 Ops/sec |
destructuring dynamic key | 32892682.0 Ops/sec |
lodash dynamic key | 3095883.8 Ops/sec |