adder1024 (v2)

Revision 2 of this benchmark created by Pomax on


Setup

var x=0;
    var z=9.87654321;

Test runner

Ready to run.

Testing in
TestOps/sec
add1
var f = function() {
  x;
};
x+=z;
ready
add2
var f = function() {
//  x;
};
x+=z;
ready

Revisions

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

  • Revision 1: published by xvalle on
  • Revision 2: published by Pomax on