| Test case name | Result |
|---|---|
| typeof | |
| Number.isNan | |
| isNaN | |
| Self comparison | |
| Number.isFinite |
| Test name | Executions per second |
|---|---|
| typeof | 29669578.0 Ops/sec |
| Number.isNan | 11624371.0 Ops/sec |
| isNaN | 11461264.0 Ops/sec |
| Self comparison | 15505890.0 Ops/sec |
| Number.isFinite | 11217465.0 Ops/sec |