HTML Preparation code:
Script Preparation code:
Tests:
  • Array.prototype.concat

  • Lodash concat

  • Array.prototype.push.apply()

  • spread operator

  • cached for + push

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Array.prototype.concat
    Lodash concat
    Array.prototype.push.apply()
    spread operator
    cached for + push

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Chrome 129 on Windows
View result in a separate tab
Test name Executions per second
Array.prototype.concat 2305864.0 Ops/sec
Lodash concat 1113550.8 Ops/sec
Array.prototype.push.apply() 1096512.0 Ops/sec
spread operator 1659320.5 Ops/sec
cached for + push 424285.9 Ops/sec


;