Script Preparation code:
AخA
 
var strs = Array.from(new Array(10000)).map(() => 'String concat. ')
var result = []
Tests:
  • Push

     
    for (const str of strs) {
      result.push(str)
    }
  • Join

     
    result = strs.map((a) => a)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Push
    Join

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36
Chrome Mobile 122 on Android
View result in a separate tab
Test name Executions per second
Push 682.9 Ops/sec
Join 8445.2 Ops/sec