Test case name | Result |
---|---|
text.includes() | |
text.test() | |
text.match() | |
text.indexOf() | |
text.search() |
Test name | Executions per second |
---|---|
text.includes() | 47976688.0 Ops/sec |
text.test() | 29817848.0 Ops/sec |
text.match() | 23478078.0 Ops/sec |
text.indexOf() | 1489414912.0 Ops/sec |
text.search() | 24071088.0 Ops/sec |