Skip to content

Commit

Permalink
Update experiments for paired setups
Browse files Browse the repository at this point in the history
  • Loading branch information
samkumar committed May 2, 2021
1 parent 6075701 commit 33e1ba8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions run_additional_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,39 +47,25 @@ echo "WAN OT:" $(expr $wan_ot_end - $wan_ot_start) | tee wan_ot_time

password_start=$(date +%s)
./magebench.py spawn -a 4 -g oregon -s paired-noswap
date +%s > password_start
./magebench.py run-paired-wan oregon -p password_134217728 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_134217728
./magebench.py run-paired-wan oregon -p password_67108864 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_67108864
./magebench.py run-paired-wan oregon -p password_33554432 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_33554432
./magebench.py run-paired-wan oregon -p password_16777216 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_16777216
./magebench.py run-paired-wan oregon -p password_8388608 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_8388608
./magebench.py run-paired-wan oregon -p password_4194304 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_4194304
./magebench.py run-paired-wan oregon -p password_2097152 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_2097152
./magebench.py run-paired-wan oregon -p password_1048576 -s mage -t 1 -w 2 -o 128 -c 1
date +%s > password_1048576
./magebench.py fetch-logs logs-password-4
./magebench.py deallocate

./magebench.py spawn -a 4 -g oregon -s paired-swap
./magebench.py run-paired-wan oregon -p password_67108864 -s os -t 1 -w 2 -o 128 -c 1
./magebench.py run-paired-wan oregon -p password_33554432 -s os -t 1 -w 2 -o 128 -c 1
date +%s > password_33554432
./magebench.py run-paired-wan oregon -p password_16777216 -s os -t 1 -w 2 -o 128 -c 1
date +%s > password_16777216
./magebench.py run-paired-wan oregon -p password_8388608 -s os -t 1 -w 2 -o 128 -c 1
date +%s > password_8388608
./magebench.py run-paired-wan oregon -p password_4194304 -s os -t 1 -w 2 -o 128 -c 1
date +%s > password_4194304
./magebench.py run-paired-wan oregon -p password_2097152 -s os -t 1 -w 2 -o 128 -c 1
date +%s > password_2097152
./magebench.py run-paired-wan oregon -p password_1048576 -s os -t 1 -w 2 -o 128 -c 1
date +%s > password_1048576
./magebench.py fetch-logs logs-password-4
./magebench.py deallocate
password_end=$(date +%s)
Expand Down

0 comments on commit 33e1ba8

Please sign in to comment.