| 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) | 1069910336.0 Ops/sec |
| try-catch control flow (thrown exception) | 367211.9 Ops/sec |
| if-else (hits if) | 1060976320.0 Ops/sec |
| if-else (hits else) | 1060996032.0 Ops/sec |