Test case name | Result |
---|---|
array.includes at the beggining | |
array.includes at the end | |
Indexation THEN check at the beggining | |
Indexation THEN check at the end |
Test name | Executions per second |
---|---|
array.includes at the beggining | 3646802.0 Ops/sec |
array.includes at the end | 3585005.2 Ops/sec |
Indexation THEN check at the beggining | 913455.5 Ops/sec |
Indexation THEN check at the end | 916763.0 Ops/sec |