Script Preparation code:
AخA
 
var luckyNumber = Math.round(Math.random() * 100);
var stringValue = 'lorem ipsum';
var today = new Date();
Tests:
  • string-interpolation

     
    `your lucky number for today (${today}) is: ${luckyNumber} ... ${stringValue}`
  • string-concatenation

     
    'your lucky number for today (' + today + ') is: ' + luckyNumber + ' ... ' + stringValue
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    string-interpolation
    string-concatenation

    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; rv:109.0) Gecko/20100101 Firefox/113.0
Firefox 113 on Windows
View result in a separate tab
Test name Executions per second
string-interpolation 868941.9 Ops/sec
string-concatenation 854878.6 Ops/sec