diff --git a/scripts/run.py b/scripts/run.py index ecf4fb9..c43572d 100755 --- a/scripts/run.py +++ b/scripts/run.py @@ -42,8 +42,8 @@ clients = [] client_mac = [] rage_quit = 1000 #1s -warmup = 2 -duration = 3 +warmup = 5 +duration = 10 cooldown = 0 cacheline = 0 SSH_PARAM = "-o StrictHostKeyChecking=no -p77" @@ -91,7 +91,7 @@ def run_exp(sc, ld): # tc.log_print(client_cmd) # sclt = tc.remote_exec(ssh_clients, client_cmd, blocking=False) - time.sleep(1) + time.sleep(3) # start master tc.log_print("Starting master...") master_cmd = "sudo " + test_dir + "/cat -- " + \