| Test name | Executions per second |
|---|---|
| Filter length | 17.3 Ops/sec |
| lodash sumBy | 43.3 Ops/sec |
| lodash filter chaining | 17.5 Ops/sec |
| manualMethod1 | 112.6 Ops/sec |
| manualMethod2 (with lambda function test) | 112.6 Ops/sec |
| manualMethod3 (for-each loop, with lambda function test) | 23.9 Ops/sec |