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

for i in $(seq 1 0)
do
 echo RUN $i
 ./test_transport_api_reliability_http
done

for i in $(seq 1 100)
do
 echo RUN $i
 ./test_transport_api_reliability_https
done