Tests:
  • Map

    AخA
     
    const array = [...Array(10)].map((_, i) => i*i)
  • From

     
    const array = Array.from({ length: 10 }, (_, i) => i*i)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Map
    From

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0
Firefox 101 on Windows
View result in a separate tab
Test name Executions per second
Map 5183518.0 Ops/sec
From 10452441.0 Ops/sec