Script Preparation code:
AخA
 
var str = 'xoxoxooxoxoxooxoxooxxoxoxoxooxoxoxoxoxoxoxoxoxooxooxoxooxoxo';
Tests:
  • split

     
    str.split('x');
  • regexp

     
    str.match(/x/g)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    split
    regexp

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Firefox 94 on Windows
View result in a separate tab
Test name Executions per second
split 2750157.5 Ops/sec
regexp 664383.6 Ops/sec