Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
Firefox 110
Windows
Desktop
one year ago
Test name Executions per second
Includes 70798600.0 Ops/sec
Object[key] 1041828608.0 Ops/sec
Script Preparation code:
AخA
 
var obj = (new Array(1000)).fill(null).reduce((prev, newVal) => {prev[Math.random() + ''] = Math.random() + ''; return prev; }, { sausage: 'tst' });
var array = Object.keys(obj);
Tests:
  • Includes

     
    array.includes('sausage')
  • Object[key]

     
    obj['sausage']