Tests:
  • ``

    AخA
     
    let str = '';
    str = `${str}str`;
  • concat

     
    let str = '';
    str = str.concat("str");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    ``
    concat

    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 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36
Chrome 88 on Mac OS X 11.2.1
View result in a separate tab
Test name Executions per second
`` 853484928.0 Ops/sec
concat 834671232.0 Ops/sec