Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
Chrome 111
Mac OS X 10.15.7
Desktop
one year ago
Test name Executions per second
RegEx.test 11624946.0 Ops/sec
Array.includes 12882703.0 Ops/sec
Script Preparation code:
AخA
 
var appState = "active";
var regex = /inactive|background/;
var arr = ['inactive', 'background'];
Tests:
  • RegEx.test

     
    regex.test(appState);
  • Array.includes

     
    arr.includes(appState);