| Test case name | Result |
|---|---|
| Read directly from prop | |
| Set directly to prop | |
| Read from getter | |
| Set to setter |
| Test name | Executions per second |
|---|---|
| Read directly from prop | 218930368.0 Ops/sec |
| Set directly to prop | 218862320.0 Ops/sec |
| Read from getter | 224582272.0 Ops/sec |
| Set to setter | 229140176.0 Ops/sec |