throw-try-catch (v3)

Revision 3 of this benchmark created on


Setup

x = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
try-no-throw
try {
  x ++;
} catch (e) {
}
ready
try-throw
try {
  throw "hi";
} catch (e) {
}
ready

Revisions

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

  • Revision 1: published by Joseph Sheedy on
  • Revision 2: published by Andrew Thomas on
  • Revision 3: published on