| 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 | 24585596.0 Ops/sec |
| Set directly to prop | 23927744.0 Ops/sec |
| Read from getter | 23733250.0 Ops/sec |
| Set to setter | 23891894.0 Ops/sec |