if-else-if-else vs switch-with-default-initialized vs switch-without-default| Test case name | Result |
|---|---|
| if-else-if-else | |
| switch-with-default-initialized | |
| switch-without-default |
| Test name | Executions per second |
|---|---|
| ✓ switch-with-default-initialized | 69,576,760 Ops/sec |
| switch-without-default | 69,345,888 Ops/sec |
| if-else-if-else | 67,078,672 Ops/sec |