From: Matthias Wachs Date: Wed, 25 Aug 2010 13:52:09 +0000 (+0000) Subject: just a little script X-Git-Tag: initial-import-from-subversion-38251~20541 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=073be523fd1121b2bb4cd2f77f3098b0c98c1738;p=oweals%2Fgnunet.git just a little script --- 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 @@ +#/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