test (v23)

Revision 23 of this benchmark created on


Setup

var o = {1:1, 2:2};
    var n = 0;
    var s = 'string';

Test runner

Ready to run.

Testing in
TestOps/sec
1
if(0){
 return Math.abs(-2);
}

Math.abs(-2);
ready
2
if(0){
 Math.abs(-2);
}else{
 Math.abs(-2);
}
ready

Revisions

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