Script Preparation code:
Tests:
  • Math.ceil(test)

  • ~~test

  • Math.floor(test)

  • Math.floor(test) + 1 (CEIL)

  • FAST CEIL

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Math.ceil(test)
    ~~test
    Math.floor(test)
    Math.floor(test) + 1 (CEIL)
    FAST CEIL

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0
Chrome 144 on Windows
View result in a separate tab
Test name Executions per second
Math.ceil(test) 130052784.0 Ops/sec
~~test 136515248.0 Ops/sec
Math.floor(test) 108444304.0 Ops/sec
Math.floor(test) + 1 (CEIL) 126454824.0 Ops/sec
FAST CEIL 127713448.0 Ops/sec