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:
Tuan-Dat Tran
2024-11-29 14:42:52 +01:00
parent 6672608721
commit f32588340d
41 changed files with 13020 additions and 3361 deletions

View File

@@ -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 |