Script Preparation code:
AخA
 
var str = 'spotify:artist:3TVXtAsR1Inumwj472S9r4'
Tests:
  • string.split

     
    str.split(':')[2]
  • Regex

     
    str.split('spotify:artist:')[1]
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    string.split
    Regex

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36
Chrome 79 on Windows
View result in a separate tab
Test name Executions per second
string.split 3979920.8 Ops/sec
Regex 4007782.8 Ops/sec