Change host IP

This commit is contained in:
pudepiedj 2024-03-08 11:01:28 +00:00
parent 3700bc3326
commit 55f13005f2

View file

@ -113,7 +113,7 @@ if __name__ == "__main__":
global bar
lockbar = threading.Lock()
url = "http://192.168.1.28:8080/completion"
url = "http://192.168.1.32:8080/completion"
num_requests = 76
q = Queue(maxsize = 80)