Test case name | Result |
---|---|
reverse and for..of (large array) | |
For loop (large array) | |
reverse and for..of (small array) | |
For loop (small array) |
Test name | Executions per second |
---|---|
reverse and for..of (large array) | 123561.5 Ops/sec |
For loop (large array) | 321058.8 Ops/sec |
reverse and for..of (small array) | 21711040.0 Ops/sec |
For loop (small array) | 83708864.0 Ops/sec |