REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / transport / benchmark.sh
index 2ce07e655e08426c3ac9c5fcd9a0ddb9a6910cc0..a29e6ec2ddfbdc17e83e044f02113640ee42ebba 100755 (executable)
@@ -1,15 +1,13 @@
-#/bin/sh
+#!/bin/sh
 
-for i in {1..10}
+for i in $(seq 1 0)
 do
  echo RUN $i
  ./test_transport_api_reliability_http
 done
 
-for i in {1..10}
+for i in $(seq 1 100)
 do
  echo RUN $i
  ./test_transport_api_reliability_https
 done
\ No newline at end of file