feat(simulation): add expected age computation and enhance statistics reporting
- Increased `ACCESS_COUNT_LIMIT` to extend simulation runtime. - Introduced `expected_age` metric based on hit rates for additional insights. - Calculated and exported `age_delta` for comparing average and expected ages. - Improved data exports to include detailed metrics for analysis. Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
| | hit_rates |
|
||||
|:-----|------------:|
|
||||
| 0.5s | 0.45867 |
|
||||
| 1.0s | 0.619674 |
|
||||
| 2.0s | 0.769815 |
|
||||
| 3.0s | 0.790693 |
|
||||
| 4.0s | 0.846161 |
|
||||
| 5.0s | 0.868916 |
|
||||
| 0.5s | 0.459811 |
|
||||
| 1.0s | 0.610659 |
|
||||
| 2.0s | 0.72776 |
|
||||
| 3.0s | 0.815904 |
|
||||
| 4.0s | 0.852929 |
|
||||
| 5.0s | 0.872512 |
|
||||
Reference in New Issue
Block a user