Tests:
  • Number.isInteger() positive

    AخA
     
    Number.isInteger(3) === true
  • typeof positive

     
    typeof 3 === "number";
  • Number.isInteger() negative

     
    Number.isInteger("three") === false
  • typeof negative

     
    typeof "three" === "number";
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Number.isInteger() positive
    typeof positive
    Number.isInteger() negative
    typeof negative

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
Chrome 135 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Number.isInteger() positive 139211312.0 Ops/sec
typeof positive 136486768.0 Ops/sec
Number.isInteger() negative 136896720.0 Ops/sec
typeof negative 128612952.0 Ops/sec