Test case name | Result |
---|---|
text.includes() | |
text.test() | |
text.match() | |
text.indexOf() | |
text.search() |
Test name | Executions per second |
---|---|
text.includes() | 6003971.5 Ops/sec |
text.test() | 3337803.2 Ops/sec |
text.match() | 1557889.9 Ops/sec |
text.indexOf() | 6512858.0 Ops/sec |
text.search() | 4380614.5 Ops/sec |