Script Preparation code:
AخA
 
var str = '/api/US//foo///bar/test';
Tests:
  • regex

     
    str.replace(/\/\/+/g, '/');
  • slpit

     
    str.split('/').filter(_ => _).join('/');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    regex
    slpit

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.39
Chrome 102 on Windows
View result in a separate tab
Test name Executions per second
regex 3753843.0 Ops/sec
slpit 1596039.8 Ops/sec