Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
Chrome 106
Mac OS X 10.15.7
Desktop
2 years ago
Test name Executions per second
Math.floor(x); 6550833.0 Ops/sec
Math.round(x) 6508774.0 Ops/sec
(0.5 + x) << 0; 12169038.0 Ops/sec
Script Preparation code:
AخA
 
var x = Math.random() * 100000000;
var y;
Tests:
  • Math.floor(x);

     
    y=Math.floor(x);
  • Math.round(x)

     
    y=Math.round(x)
  • (0.5 + x) << 0;

     
    y=(0.5 + x) << 0;