check value is or isn't number (v6)

Revision 6 of this benchmark created on


Preparation HTML

<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>

Setup

var number = 17;
    var same = 16;

Test runner

Ready to run.

Testing in
TestOps/sec
not a number - number
return number === same
ready
is number -number
return number != same
ready

Revisions

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