Rework Makefile
This commit is contained in:
parent
a317deccae
commit
efbd019c04
1 changed files with 9 additions and 5 deletions
|
@ -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 . \
|
||||
|
|
Loading…
Reference in a new issue