Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Chrome 135
Windows
Desktop
25 days ago
Test name Executions per second
Array.includes 151487872.0 Ops/sec
Regex.test 55348504.0 Ops/sec
Tests:
  • Array.includes

    AخA
     
    const isCeoLevel = ['CEO_STAR','CEO_STAR_CREATOR'];
    isCeoLevel.includes("CEO_STAR")
  • Regex.test

     
    const isCeoLevel = /^(CEO_STAR|CEO_STAR_CREATOR)$/;
    isCeoLevel.test('CEO_STAR');