Test case name | Result |
---|---|
for element of SMALL | |
for const element of SMALL | |
myArr forEach SMALL | |
array index SMALL | |
map | |
forEach ES6 SMALL |
Test name | Executions per second |
---|---|
for element of SMALL | 7568435.5 Ops/sec |
for const element of SMALL | 15427500.0 Ops/sec |
myArr forEach SMALL | 50719700.0 Ops/sec |
array index SMALL | 35450744.0 Ops/sec |
map | 18077240.0 Ops/sec |
forEach ES6 SMALL | 52956176.0 Ops/sec |