false vs not zero

Benchmark created by overthemike on


Description

Check to see if the minified version of false is as quick ad false by itself.

Test runner

Ready to run.

Testing in
TestOps/sec
false
var test1 = false;
ready
not zero
var test2 = !0;
ready

Revisions

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

  • Revision 1: published by overthemike on