try-catch-call-sibling

Benchmark created on


Setup

function f() {
          var j=0;
          for (var i=0;i<10000;i++) j++;
        }

Test runner

Ready to run.

Testing in
TestOps/sec
inline
        

try { 
  var z = 0;
} catch(e) {
}

var j=0;
for (var i=0;i<10000;i++) j++;
ready
function
        

try { 
  var z = 0;
} catch(e) {
}

f();
ready

Revisions

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