projects
/
oweals
/
gnunet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
[oweals/gnunet.git]
/
src
/
transport
/
benchmark.sh
1
#/bin/sh
2
3
for i in {1..0}
4
do
5
echo RUN $i
6
./test_transport_api_reliability_http
7
done
8
9
for i in {1..100}
10
do
11
echo RUN $i
12
./test_transport_api_reliability_https
13
done
14
15