Script Preparation code:
AخA
 
qty = 50;
value = "lol";
Tests:
  • for

    x
     
    const arr = [];
    for (let i = 0; i < qty; i++)
      arr.push(value);
  • map

     
    const arr = Array(3);
    arr.map(() => value);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    for
    map

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
Chrome 84 on Mac OS X 10.15.6
View result in a separate tab
Test name Executions per second
for 57819.8 Ops/sec
map 5468026.0 Ops/sec