Tests:
  • Split

    AخA
     
    var tgt = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20'
    tgt.split(',').length
  • Number increase

     
    var total = 7
    total +=1
    total +=1
    total +=1
    total +=1
    total +=1
    total +=1
    total +=1
    total +=1
    total +=5
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Split
    Number increase

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
Chrome 85 on Mac OS X 10.15.5
View result in a separate tab
Test name Executions per second
Split 3212882.0 Ops/sec
Number increase 475904128.0 Ops/sec