reran prefetch test

This commit is contained in:
Xuanzhe Han
2025-03-07 07:23:31 +00:00
parent b865e3e168
commit bb38d1eeb4
7 changed files with 183 additions and 39 deletions

View File

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