Demo benchmark

From https://benchmarkjs.com/
one year ago
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Test name Executions per second
RegExp#test 48188148.0 Ops/sec
String#indexOf 1726674048.0 Ops/sec
String#match 19693878.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