change run.py defaults
This commit is contained in:
parent
7b4fc6f3ab
commit
a1f69bb3f8
@ -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 -- " + \
|
||||
|
Loading…
Reference in New Issue
Block a user