mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-09-08 16:27:23 +00:00
use log level warning in fastapi
This commit is contained in:
@@ -25,7 +25,7 @@ def generate_random():
|
||||
times = []
|
||||
hits = []
|
||||
|
||||
for i in range(1000):
|
||||
for i in range(10000):
|
||||
url = generate_random()
|
||||
response = requests.get(url)
|
||||
content = json.loads(response.content)
|
||||
|
Reference in New Issue
Block a user