Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.27 Safari/537.36
Chrome 96
Linux
Desktop
3 years ago
Test name Executions per second
startsWith 81803896.0 Ops/sec
includes 42311296.0 Ops/sec
Tests:
  • startsWith

    AخA
     
    const str = "Прицеп полуприцеп";
    str.startsWith("Прицеп");
  • includes

     
    const str = "Прицеп полуприцеп";
    str.includes("полупр");