less-than vs greater-than-or-equal (v4)

Revision 4 of this benchmark created on


Preparation HTML

<script>
  var x = 45.67;
  var y=  50.23;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
less-than
x < 45.67;
ready
greater-than-or-equal
x >= 45.67;
ready
less-than 1
y < 45.67;
ready
greater-than-or-equa l1
y >= 45.67;
ready

Revisions

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