Run details:
Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G611MT) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.2 Chrome/92.0.4515.166 Mobile Safari/537.36
Chrome Mobile 92
Android
Mobile
3 years ago
Test name Executions per second
Math.floor 524892.2 Ops/sec
Bitwise 94422120.0 Ops/sec
Script Preparation code:
AخA
 
this.numA = Math.random() * 100;
Tests:
  • Math.floor

     
    return Math.floor(this.numA);
  • Bitwise

     
    return ~~this.numA;