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) | 124323.4 Ops/sec |
For loop (large array) | 428155.8 Ops/sec |
reverse and for..of (small array) | 19585530.0 Ops/sec |
For loop (small array) | 102397760.0 Ops/sec |