Try/Catch Error Perf (v63)

Revision 63 of this benchmark created on


Preparation HTML

<script>
  function tryCatch(undef) {
    try {
      return null;
    } catch (ex) {
      return null;
    }
  }

  function ifCheck(undef) {
      return null;
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Try Catch
tryCatch();
ready
If Check
ifCheck();
ready

Revisions

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