isInteger Test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
isInteger
var a = 3.14
var b = Number.isInteger(a)
ready
bit twiddling
var a = 3.14
var b = (a | 0) == a
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.