Test case name | Result |
---|---|
IndexOf | |
Includes | |
ForEach with === with length check | |
ForEach with === | |
ForEach with == |
Test name | Executions per second |
---|---|
IndexOf | 450968.1 Ops/sec |
Includes | 456775.0 Ops/sec |
ForEach with === with length check | 6521.9 Ops/sec |
ForEach with === | 7262.4 Ops/sec |
ForEach with == | 7155.4 Ops/sec |