mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2026-02-02 22:21:03 +00:00
reran prefetch test
This commit is contained in:
@@ -9,7 +9,7 @@ from utils import print_report
|
||||
|
||||
baseurl = "http://localhost:8000"
|
||||
|
||||
chance_of_selecting_friend = 0.7
|
||||
chance_of_selecting_friend = 1
|
||||
|
||||
user_friends = json.loads(requests.get(baseurl + "/users_and_friends").content)
|
||||
user_ids = json.loads(requests.get(baseurl + "/users").content)["ids"]
|
||||
|
||||
Reference in New Issue
Block a user