test (v31)

Revision 31 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Test a
var a = 1,
  b = 2,
  c = a;

a = b;
b = c;
ready
Test b
var a = 1,
  b = 2;

a = a ^ b;
b = a ^ b;
a = a ^ b;
ready
Test c
var a = 1,
  b = 2;

simon

a = a ^ b;
b = a ^ b;
a = a ^ b;
ready

Revisions

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