Script Preparation code:
AخA
 
var string = '    fsajdf asdfjosa fjoiawejf oawjfoei jaosdjfsdjfo sfjos 2324234 sdf safjao j o        sdlfks dflks l      '
Tests:
  • regex

     
    string.replace(/^\s+|\s+$|\s+(?=\s)/g, '')
  • trim

     
    string.trim()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    regex
    trim

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 22 hours ago)
Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
Firefox 123 on Linux
View result in a separate tab
Test name Executions per second
regex 2010557.5 Ops/sec
trim 842460416.0 Ops/sec