foreach vs for..ofFastest: foreach (1.5x faster)
762,760 ops/sec
520,140 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| foreach | |
| for..of |
| Test name | Executions per second |
|---|---|
| ✓ foreach | 1,043,118 Ops/sec |
| for..of | 482,142 Ops/sec |