less vs less-equal (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script>
  var x = 0;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
less-than
x < 1;
ready
less-or-equal
x <= 0;
ready

Revisions

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