Script Preparation code:
AخA
 
var a = ['test'];
var b = ['testier'];
Tests:
  • Interpolation

     
    `${a[0]}${b}`
  • Concat

     
    a[0].concat(b);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Interpolation
    Concat

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Chrome 90 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Interpolation 3296793.5 Ops/sec
Concat 3075954.8 Ops/sec