Script Preparation code:
x
 
var string = "test";
var stringToCheck = "haha_lol_test";
var result = null;
Tests:
  • using endsWith

     
    result = stringToCheck.endsWith(string);
  • using includes

     
    result = stringToCheck.includes(string);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    using endsWith
    using includes

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0 (Edition Yx GX 03)
Opera 106 on Windows
View result in a separate tab
Test name Executions per second
using endsWith 2815959.2 Ops/sec
using includes 2775757.0 Ops/sec