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; 
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Math.floor(x);
    Math.round(x)
    (0.5 + x) << 0;

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Firefox 122 on Windows
View result in a separate tab
Test name Executions per second
Math.floor(x); 349444768.0 Ops/sec
Math.round(x) 352376544.0 Ops/sec
(0.5 + x) << 0; 347423904.0 Ops/sec