try catch performance

Benchmark created on


Setup

let i = 0

Test runner

Ready to run.

Testing in
TestOps/sec
pure code
i++
ready
code with try
try { i++ }
catch{}
ready

Revisions

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