gte (>=) vs. gt (>) (v2)

Revision 2 of this benchmark created by Martijn on


Preparation HTML

<script>
  var result;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
gte (>=)
result = 5 >= 4;
ready
gt (>)
result = 5 > 4;
ready

Revisions

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

  • Revision 1: published by Premasagar Rose on
  • Revision 2: published by Martijn on