mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-03-30 03:35:18 +00:00
add simulated 10ms delay to database, updated test script naming to better convey the experiment method
4 lines
181 B
YAML
4 lines
181 B
YAML
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 |