Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4634847.0 Ops/sec |
lodash get, empty input | 1193394.4 Ops/sec |
destructuring with defaults, find item | 4569121.0 Ops/sec |
lodash get, find item | 1108213.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3159963.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3216352.5 Ops/sec |
destructuring dynamic key | 4784991.5 Ops/sec |
lodash dynamic key | 1197309.1 Ops/sec |