Script Preparation code:
AخA
 
var str = 'foo.bar'
Tests:
  • String.split

     
    const [foo] = str.split('.')
  • String.substring

     
    const foo = str.substring(0, str.indexOf("."))
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    String.split
    String.substring

    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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36 Edg/101.0.1210.39
Chrome 101 on Windows
View result in a separate tab
Test name Executions per second
String.split 512958.8 Ops/sec
String.substring 638281.6 Ops/sec