Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Firefox 62
Windows 7
Desktop
5 years ago
Test name Executions per second
SMALL Array.includes(myValue) 37940870.0 Ops/sec
SMALL myValue in Array 132885600.0 Ops/sec
LARGE BEGINNING - Array.includes(myValue) 36569210.0 Ops/sec
LARGE BEGINNING - myValue in Array 134255200.0 Ops/sec
LARGE END- Array.includes(myValue) 122271.9 Ops/sec
LARGE END- myValue in Array 132555200.0 Ops/sec
HTML Preparation code:
Script Preparation code:
Tests:
  • [].includes small

  • [].includes large beginning

  • [].ncludes large end

  • _.includes large end

  • indexOf smallArray

  • indexOf largeArray beginning

  • indexOf largeArray end