Test case name | Result |
---|---|
text.includes() | |
text.test() | |
text.match() | |
text.indexOf() | |
text.search() |
Test name | Executions per second |
---|---|
text.includes() | 1568332800.0 Ops/sec |
text.test() | 28498808.0 Ops/sec |
text.match() | 12492502.0 Ops/sec |
text.indexOf() | 1625002752.0 Ops/sec |
text.search() | 19803168.0 Ops/sec |