| Test name | Executions per second |
|---|---|
| Filter length | 151.7 Ops/sec |
| lodash sumBy | 164.5 Ops/sec |
| lodash filter chaining | 152.9 Ops/sec |
| manualMethod1 | 340.3 Ops/sec |
| manualMethod2 (with lambda function test) | 338.5 Ops/sec |
| manualMethod3 (for-each loop, with lambda function test) | 213.8 Ops/sec |