Script Preparation code:
Tests:
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: 2 years 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
(N | 0)
2/s
Math.floor(N)
1/s
parseInt(N)
1/s
View exact numbers
Test name Executions per second
(N | 0) 2 Ops/sec
Math.floor(N) 1 Ops/sec
parseInt(N) 1 Ops/sec