diff --git a/scripts/Makefile b/scripts/Makefile index 97fd9ff..6f05559 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,9 +1,5 @@ SHELL := /bin/bash -tor_bw_small_parse: - @. parse_lib.sh && \ - parse_latency tor_bw_small 3 - tor_bw_small: ./run-3 \ 1,tor_bw_small . \ @@ -24,9 +20,13 @@ tor_bw_small: tor3 -f /etc/torrc_simple, \ tor3 -f /etc/torrc_simple +tor_bw_small_parse: + @. parse_lib.sh && \ + parse_latency tor_bw_small 3 + tor_bw_full: ./run-3 \ - 10,tor_bw_full . \ + 16,tor_bw_full . \ orig-client 600 1000 100, \ orig-client 1200 500 100, \ orig-client 6000 100 100, \ @@ -44,6 +44,10 @@ tor_bw_full: tor3 -f /etc/torrc_simple, \ tor3 -f /etc/torrc_simple +tor_bw_full_parse: + @. parse_lib.sh && \ + parse_latency tor_bw_full 3 + tor_guards_small: ./run-3 \ 1,tor_guards_small . \