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) | 153010672.0 Ops/sec |
try-catch control flow (thrown exception) | 292693.6 Ops/sec |
if-else (hits if) | 155882288.0 Ops/sec |
if-else (hits else) | 160467424.0 Ops/sec |