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

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

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