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:
Arthur Lu
2025-03-01 00:35:51 +00:00
committed by root
parent 3d40e4cc6f
commit 50b5ea0acd
7 changed files with 13 additions and 12 deletions

View File

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