or vs sum

Benchmark created by Robert Nix on


Preparation HTML

<script>
  var a = 1;
  var b = 2;
  var c = 3;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
sum
a + b;
ready
or
a | b;
ready

Revisions

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

  • Revision 1: published by Robert Nix on