Demo benchmark

From https://benchmarkjs.com/
2 years ago
User agent: Mozilla/5.0 (Linux; Android 12; M2101K6P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Mobile Safari/537.36
Test name Executions per second
RegExp#test 22083058.0 Ops/sec
String#indexOf 919048832.0 Ops/sec
String#match 12240707.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