mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-12-16 02:05:08 +00:00
update configs for new database size,
add simulated 10ms delay to database, updated test script naming to better convey the experiment method
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cache_strategy: "Prefetch" # Change this to "Prefetch" or "Tiered" or "Seive"
|
||||
cache_limit: 10
|
||||
l2_cache_limit: 100
|
||||
cache_strategy: "Prefetch"
|
||||
cache_limit: 50
|
||||
l2_cache_limit: 100 # unused
|
||||
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