Script Preparation code:
AخA
 
arr = []
Tests:
  • normal

     
    arr[arr.length] = "Something";
    arr[arr.length] = "Another thing";
  • push

     
    arr.push("Something");
    arr.push("Another thing");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    normal
    push

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2025 years ago)
Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36
Chrome 63 on Windows 8.1
View result in a separate tab
Test name Executions per second
normal 274458.7 Ops/sec
push 506997.2 Ops/sec