Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44
Chrome 103
Linux
Desktop
2 years ago
Test name Executions per second
RegEx.test 8727078.0 Ops/sec
Array.includes 8768052.0 Ops/sec
Script Preparation code:
AخA
 
var appState = "active";
var regex = /inactive|background/i;
var arr = ['inactive', 'background'];
Tests:
  • RegEx.test

     
    regex.test(appState);
  • Array.includes

     
    arr.includes(appState.toLowerCase());