Tests:
  • substring

    AخA
     
    const a = "Omnipotent";
    const pos = 3;
    "<strong>" + a.substring(0, pos) + "</strong>" + a.substring(pos);
  • replace

     
    const a = "Omnipotent";
    const sub = "Omn"
    a.replace(sub, "<strong>" + sub + "</strong>");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    substring
    replace

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36
Chrome 81 on Windows
View result in a separate tab
Test name Executions per second
substring 48809524.0 Ops/sec
replace 6737930.0 Ops/sec