adder2048

Benchmark created by xvalle on


Setup

var x=0;
    var z=9.87654321;
    
    var f=function(){
      //x;
    };

Test runner

Ready to run.

Testing in
TestOps/sec
add1
x+=z;
ready
add2
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