| Test case name | Result |
|---|---|
| String.prototype.includes() | |
| String.prototype.indexOf() | |
| RegExp.prototype.test() |
| Test name | Executions per second |
|---|---|
| String.prototype.includes() | 79373632.0 Ops/sec |
| String.prototype.indexOf() | 82155056.0 Ops/sec |
| RegExp.prototype.test() | 40416016.0 Ops/sec |