From a1f69bb3f8194caeff6ffa6558999a10aba4c400 Mon Sep 17 00:00:00 2001 From: quackerd Date: Tue, 2 Feb 2021 00:46:18 -0500 Subject: [PATCH] change run.py defaults --- scripts/run.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- " + \