Script Preparation code:
AخA
 
var x = 23.45
Tests:
  • floor

     
    var r = Math.floor(x)
  • trunc

     
    var r = Math.trunc(x)
  • bitshift

     
    var r = x >> 0
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    floor
    trunc
    bitshift

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
Firefox 135 on Ubuntu
View result in a separate tab
Test name Executions per second
floor 1017464256.0 Ops/sec
trunc 1030661632.0 Ops/sec
bitshift 1023328960.0 Ops/sec