| Test case name | Result |
|---|---|
| Using reduce and the spread operator | |
| Using map and adding to an object | |
| Using reduce without spread operator |
| Test name | Executions per second |
|---|---|
| Using reduce and the spread operator | 608651.8 Ops/sec |
| Using map and adding to an object | 6041884.0 Ops/sec |
| Using reduce without spread operator | 6312028.5 Ops/sec |