foreach vs for..ofFastest: foreach (8.1x faster)
7,898,286 ops/sec
971,801 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 | 7,898,286 Ops/sec |
| for..of | 971,801 Ops/sec |