change run.py defaults
This commit is contained in:
parent
7b4fc6f3ab
commit
a1f69bb3f8
@ -42,8 +42,8 @@ clients = []
|
|||||||
client_mac = []
|
client_mac = []
|
||||||
|
|
||||||
rage_quit = 1000 #1s
|
rage_quit = 1000 #1s
|
||||||
warmup = 2
|
warmup = 5
|
||||||
duration = 3
|
duration = 10
|
||||||
cooldown = 0
|
cooldown = 0
|
||||||
cacheline = 0
|
cacheline = 0
|
||||||
SSH_PARAM = "-o StrictHostKeyChecking=no -p77"
|
SSH_PARAM = "-o StrictHostKeyChecking=no -p77"
|
||||||
@ -91,7 +91,7 @@ def run_exp(sc, ld):
|
|||||||
# tc.log_print(client_cmd)
|
# tc.log_print(client_cmd)
|
||||||
# sclt = tc.remote_exec(ssh_clients, client_cmd, blocking=False)
|
# sclt = tc.remote_exec(ssh_clients, client_cmd, blocking=False)
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(3)
|
||||||
# start master
|
# start master
|
||||||
tc.log_print("Starting master...")
|
tc.log_print("Starting master...")
|
||||||
master_cmd = "sudo " + test_dir + "/cat -- " + \
|
master_cmd = "sudo " + test_dir + "/cat -- " + \
|
||||||
|
Loading…
Reference in New Issue
Block a user