Tests:
  • Test using spread

    AخA
     
    var params = [ "hello", true, 7 ]
    var other = [ ...params, 3 ]
  • Testt using push

     
    var params = [ "hello", true, 7 ]
    params.push(3)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Test using spread
    Testt using push

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50
Chrome 88 on Windows
View result in a separate tab
Test name Executions per second
Test using spread 8857137.0 Ops/sec
Testt using push 14701323.0 Ops/sec