Script Preparation code:
AخA
 
var arr = Array(9007199).fill(2)
Tests:
  • Create Set

     
    const _set = new Set(arr)
  • Loop array

     
    for ( let i = 0; i < arr.length; i++ ) { }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Create Set
    Loop array

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36
Chrome 97 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Create Set 13.8 Ops/sec
Loop array 1.6 Ops/sec