Script Preparation code:
AخA
 
var x = 9876.54321
Tests:
  • Bitwise

     
    x = x << 0;
  • ~~

     
    x = ~~(x)
  • Math.trunc

     
    x = Math.trunc(x)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Bitwise
    ~~
    Math.trunc

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Chrome 85 on Windows
View result in a separate tab
Test name Executions per second
Bitwise 4694159.5 Ops/sec
~~ 4699844.0 Ops/sec
Math.trunc 2651746.2 Ops/sec