Script Preparation code:
x
 
var a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
Tests:
  • includes

     
    return a.includes(9)
  • lookup

     
    var b = new Set(a);
    return b.has(9)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    includes
    lookup

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 months ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Chrome 133 on Linux
View result in a separate tab
Test name Executions per second
includes 60132956.0 Ops/sec
lookup 4128059.2 Ops/sec