Try/Catch Slow Down (v2)

Revision 2 of this benchmark created on


Description

How much does try/catch slow you down?

Test runner

Ready to run.

Testing in
TestOps/sec
with try/catch
try {
  var a = 1;
} catch (e) {}
ready
without try/catch
var a = 1;
ready

Revisions

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