Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36
Chrome 66
Windows
Other
6 years ago
Test name Executions per second
Math.floor 2652564.8 Ops/sec
Bitwise 5864366.0 Ops/sec
Tests:
  • Math.floor

    AخA
     
    var x = Math.random() * 100;
    x = Math.floor(x);
  • Bitwise

     
    var x = Math.random() * 100;
    x = x << 0;