From a52fe978a15db0438ba5534e73724f6308d60330 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 26 Aug 2010 14:33:03 +0000 Subject: FIX: bugs found by klocwork --- src/transport/benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/benchmark.sh') diff --git a/src/transport/benchmark.sh b/src/transport/benchmark.sh index 2ce07e655..6ae68af2a 100755 --- a/src/transport/benchmark.sh +++ b/src/transport/benchmark.sh @@ -1,12 +1,12 @@ #/bin/sh -for i in {1..10} +for i in {1..0} do echo RUN $i ./test_transport_api_reliability_http done -for i in {1..10} +for i in {1..100} do echo RUN $i ./test_transport_api_reliability_https -- cgit v1.2.3