aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/transport/benchmark.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/transport/benchmark.sh b/src/transport/benchmark.sh
new file mode 100755
index 000000000..2ce07e655
--- /dev/null
+++ b/src/transport/benchmark.sh
@@ -0,0 +1,15 @@
1#/bin/sh
2
3for i in {1..10}
4do
5 echo RUN $i
6 ./test_transport_api_reliability_http
7done
8
9for i in {1..10}
10do
11 echo RUN $i
12 ./test_transport_api_reliability_https
13done
14
15 \ No newline at end of file