Test case name | Result |
---|---|
for | |
foreach | |
for..of | |
for with cached length | |
for with pre-cached length |
Test name | Executions per second |
---|---|
for | 137734.2 Ops/sec |
foreach | 3856055.0 Ops/sec |
for..of | 237223.7 Ops/sec |
for with cached length | 275653.2 Ops/sec |
for with pre-cached length | 138767.0 Ops/sec |