Script Preparation code:
AخA
 
const a = new Array(100000);
for (let i=0; i<100000; i++) {
    a[i] = i;
}
const b = new Set(a)
Tests:
  • array

     
    for (const x of a) {}
  • set

     
    for (const x of b) {}
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    array
    set

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!