aboutsummaryrefslogtreecommitdiff
path: root/src/transport/benchmark.sh
blob: 6ae68af2acc0188db122789dd2f83761e5cb3396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#/bin/sh

for i in {1..0}
do
 echo RUN $i
 ./test_transport_api_reliability_http
done

for i in {1..100}
do
 echo RUN $i
 ./test_transport_api_reliability_https
done