| Test name | Executions per second |
|---|---|
| ✓ reduceRight | 111,827 Ops/sec |
| for loop | 89,872 Ops/sec |
| for of with reverse | 74,185 Ops/sec |
| for of with toReversed | 67,184 Ops/sec |
| reduceRight with add operation | 52,166 Ops/sec |
| forEach with reverse | 49,967 Ops/sec |
| forEach with toReversed | 48,362 Ops/sec |