Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
Firefox 117
Windows
Desktop
one year ago
Test name Executions per second
string-interpolation 140653984.0 Ops/sec
toSstring 451195136.0 Ops/sec
Script Preparation code:
AخA
 
var luckyNumber = Math.round(Math.random() * 100);
Tests:
  • string-interpolation

     
    ` ${luckyNumber}`
  • toSstring

     
    luckyNumber.toString()