Script Preparation code:
AخA
 
var arr = ['1','2','3','4','5','6','7','8']
Tests:
  • array.toString

     
    arr.toString()
  • `${array}`

     
    `${arr}`
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    array.toString
    `${array}`

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
Safari 15 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
array.toString 8203010.5 Ops/sec
`${array}` 5492790.5 Ops/sec