Demo benchmark

From https://benchmarkjs.com/
4 years ago
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Test name Executions per second
RegExp#test 16351504.0 Ops/sec
String#indexOf 505197664.0 Ops/sec
String#match 10110867.0 Ops/sec
HTML Preparation code:
AخA
 
1
<div>This is demo</div>
Script Preparation code:
 
console.log("js preparation");
Tests:
  • RegExp#test

     
    /o/.test('Hello World!');
  • String#indexOf

     
    'Hello World!'.indexOf('o') > -1;
  • String#match

     
    !!'Hello World!'.match(/o/);
Open this result on MeasureThat.net