mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-09-08 00:07:22 +00:00
Merge pull request #1 from ltcptgeneral/metrics
add throughput and hit ratio metrics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cache_strategy: "Baseline" # Change this to "Prefetch" or "Tiered" or "Seive"
|
||||
cache_strategy: "Tiered" # Change this to "Prefetch" or "Tiered" or "Seive"
|
||||
cache_limit: 10
|
||||
l2_cache_limit: 100
|
||||
db_file: "llmData_sns.json" # Change this to the name of any json file within the "database/datastore" folder
|
Reference in New Issue
Block a user