@@ -9,22 +9,21 @@ if [ "$1" = '--help' ] || [ "$1" = '-h' ] || [ "$1" = 'help' ]; then
9
9
echo ' '
10
10
echo ' ./benchie.sh start [benchmark] [[label]]'
11
11
echo ' # Starts the path/to/benchmark benchmark. Benchmark data created in path/to/benchmark/data'
12
- echo ' ./benchie.sh start client-network-latency'
13
- echo ' ./benchie.sh start client-network-latency homewifi'
14
- echo ' ./benchie.sh start client-network-latency hotspot'
15
- echo ' ./benchie.sh start client-network-latency wsgx'
12
+ echo ' ./benchie.sh start path/to/benchmark'
13
+ echo ' ./benchie.sh start path/to/benchmark home'
14
+ echo ' ./benchie.sh start path/to/benchmark work'
16
15
echo ' '
17
16
echo ' ./benchie.sh status [benchmark]'
18
- echo ' # Gets all the benchmark PIDs of client-network-latency benchmark'
19
- echo ' ./benchie.sh status client-network-latency '
17
+ echo ' # Gets all the benchmark PIDs of path/to/benchmark benchmark'
18
+ echo ' ./benchie.sh status path/to/benchmark '
20
19
echo ' '
21
20
echo ' ./benchie.sh stop [benchmark]'
22
- echo ' # Kills all the benchmark PIDs of client-network-latency benchmark'
23
- echo ' ./benchie.sh stop client-network-latency '
21
+ echo ' # Kills all the benchmark PIDs of path/to/benchmark benchmark'
22
+ echo ' ./benchie.sh stop path/to/benchmark '
24
23
echo ' '
25
24
echo ' ./benchie.sh clean [benchmark]'
26
- echo ' # Cleans all the benchmark data folder client-network-latency /data'
27
- echo ' ./benchie.sh clean client-network-latency '
25
+ echo ' # Cleans all the benchmark data folder path/to/benchmark /data'
26
+ echo ' ./benchie.sh clean path/to/benchmark '
28
27
exit 0
29
28
fi
30
29
0 commit comments