Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.17
Chrome 110
Windows
Desktop
one year ago
Test name Executions per second
string-interpolation 10740829.0 Ops/sec
toSstring 10291258.0 Ops/sec
Script Preparation code:
AخA
 
var luckyNumber = Math.round(Math.random() * 100);
Tests:
  • string-interpolation

     
    ` ${luckyNumber}`
  • toSstring

     
    luckyNumber.toString()