Script Preparation code:
AخA
 
const length = 50;
Tests:
  • Array(length).fill()

     
    Array(length).fill();
  • Array.from({ length: length })

     
    Array.from({ length: length });
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Array(length).fill()
    Array.from({ length: length })

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0
Firefox 132 on Mac OS X 10.15
View result in a separate tab
Test name Executions per second
Array(length).fill() 7942633.5 Ops/sec
Array.from({ length: length }) 6051346.5 Ops/sec