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) | 69640200.0 Ops/sec |
try-catch control flow (thrown exception) | 128923.2 Ops/sec |
if-else (hits if) | 76534992.0 Ops/sec |
if-else (hits else) | 69839704.0 Ops/sec |