mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-12-13 17:25:09 +00:00
update results for baseline, ideal, nocache, prefetch, and tiered
add results for readafterwrite remove frequent_after_write and friend_based from varied workload
This commit is contained in:
@@ -20,7 +20,7 @@ workloads = {
|
||||
"write_heavy": {"read": 0.2, "write": 0.8},
|
||||
"frequent_users": {"read": 1.0, "write": 0.0, "frequent_percent": 0.7},
|
||||
#"frequent_after_write": {"read": 0.7, "write": 0.3},
|
||||
"friend_based": {"read": 1.0, "write": 0.0, "friend_access": 0.7},
|
||||
#"friend_based": {"read": 1.0, "write": 0.0, "friend_access": 0.7},
|
||||
}
|
||||
|
||||
# Frequent users for workload testing (top 10 users)
|
||||
|
||||
Reference in New Issue
Block a user