| Test case name | Result |
|---|---|
| reduce with spread | |
| flatMap | |
| reduce with push | |
| for...of | |
| push(...arr) |
| Test name | Executions per second |
|---|---|
| reduce with spread | 31.5 Ops/sec |
| flatMap | 5628.8 Ops/sec |
| reduce with push | 36461.8 Ops/sec |
| for...of | 44421.8 Ops/sec |
| push(...arr) | 60266.9 Ops/sec |