Script Preparation code:
AخA
 
var arr1 = [];
var arr2 = new Array(1000);
Tests:
  • Push

     
    for (let i = 0; i < 1000; i++) {arr1.push(Math.random())}
  • Set

     
    for (let i = 0; i < 1000; i++) {arr2[i] = Math.random()}
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Push
    Set

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Chrome 118 on Windows
View result in a separate tab
Test name Executions per second
Push 5906.7 Ops/sec
Set 6481.0 Ops/sec