just a little script
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 25 Aug 2010 13:52:09 +0000 (13:52 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 25 Aug 2010 13:52:09 +0000 (13:52 +0000)
src/transport/benchmark.sh [new file with mode: 0755]

diff --git a/src/transport/benchmark.sh b/src/transport/benchmark.sh
new file mode 100755 (executable)
index 0000000..2ce07e6
--- /dev/null
@@ -0,0 +1,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
\ No newline at end of file