Script Preparation code:
AخA
 
var world = "World";
Tests:
  • inter

     
    result = `Hello ${world}`
  • concat

     
    result = "Hello " + world
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    inter
    concat

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Chrome 90 on Linux
View result in a separate tab
Test name Executions per second
inter 3383394.2 Ops/sec
concat 3505015.5 Ops/sec