Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Chrome 116
Windows
Desktop
one year ago
Test name Executions per second
includes 18741644.0 Ops/sec
lookup 19096920.0 Ops/sec
Script Preparation code:
AخA
 
var a = Array.from({ length: 100 }, (_, index) => index);
var b = new Set(a)
Tests:
  • includes

     
    return a.includes(69)
  • lookup

     
    return b.has(69)