change run.py defaults

This commit is contained in:
quackerd 2021-02-02 00:46:18 -05:00
parent 7b4fc6f3ab
commit a1f69bb3f8
Signed by: d
GPG Key ID: F73412644EDE357A

View File

@ -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 -- " + \