Test case name | Result |
---|---|
for | |
forEach | |
for-of | |
for-reverse | |
for with cached length |
Test name | Executions per second |
---|---|
for | 275678.3 Ops/sec |
forEach | 3758591.5 Ops/sec |
for-of | 4447812.0 Ops/sec |
for-reverse | 498733.1 Ops/sec |
for with cached length | 429572.0 Ops/sec |