projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcee032
)
bashism
author
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 11:47:53 +0000
(11:47 +0000)
committer
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 11:47:53 +0000
(11:47 +0000)
src/transport/benchmark.sh
patch
|
blob
|
history
diff --git
a/src/transport/benchmark.sh
b/src/transport/benchmark.sh
index 6ae68af2acc0188db122789dd2f83761e5cb3396..a29e6ec2ddfbdc17e83e044f02113640ee42ebba 100755
(executable)
--- a/
src/transport/benchmark.sh
+++ b/
src/transport/benchmark.sh
@@
-1,15
+1,13
@@
-#/bin/sh
+#
!
/bin/sh
-for i in
{1..0}
+for i in
$(seq 1 0)
do
echo RUN $i
./test_transport_api_reliability_http
done
-for i in
{1..100}
+for i in
$(seq 1 100)
do
echo RUN $i
./test_transport_api_reliability_https
done
-
-
\ No newline at end of file