Script Preparation code:
Tests:
  • Math.floor(N)

  • (N | 0)

  • parseInt(N)

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Math.floor(N)
    (N | 0)
    parseInt(N)

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 on Windows
View result in a separate tab
Test name Executions per second
Math.floor(N) 0.9 Ops/sec
(N | 0) 1.7 Ops/sec
parseInt(N) 0.9 Ops/sec


;