Test case name | Result |
---|---|
try-catch control flow (no exception) | |
try-catch control flow (thrown exception) | |
if-else (hits if) | |
if-else (hits else) |
Test name | Executions per second |
---|---|
try-catch control flow (no exception) | 87897968.0 Ops/sec |
try-catch control flow (thrown exception) | 197190.7 Ops/sec |
if-else (hits if) | 82208832.0 Ops/sec |
if-else (hits else) | 85572608.0 Ops/sec |