Script Preparation code:
Tests:
  • Math.round(n)

  • Bitwise n + (n < 0 ? -0.5 : 0.5)>>0

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Math.round(n)
    Bitwise n + (n < 0 ? -0.5 : 0.5)>>0

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 19 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Chrome 130 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Math.round(n) 6109472.0 Ops/sec
Bitwise n + (n < 0 ? -0.5 : 0.5)>>0 8740817.0 Ops/sec


;