-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbench_size.sh
More file actions
32 lines (26 loc) · 1.13 KB
/
bench_size.sh
File metadata and controls
32 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SERVER=192.168.2.11
for i in 1 10 100 200 500 1000 1500 2000 3000 5000 10000 20000 50000 100000
do
echo "Running test with message size $i"
sbt "run junction://sb.openjunction.org/testsession#xmpp 100 ${i} data/result_xmpp_remote_msg_len_${i}.out"
done
#for i in 1 10 100 200 500 1000 1500 2000 3000 5000 10000 20000 50000 100000
#do
# echo "Running test with message size $i"
# sbt "run junction://${SERVER}/testsession#xmpp 100 ${i} data/result_xmpp_msg_len_${i}.out"
#done
#for i in 1 10 100 200 500 1000 1500 2000 3000 5000 10000 20000
#do
# echo "Running test with message size $i"
# sbt "run junction://${SERVER}:6667/testsession#irc 100 ${i} data/result_irc_msg_len_${i}.out"
#done
#for i in 1 10 100 200 500 1000 1500 2000 3000 5000 10000 20000 50000 100000
#do
# echo "Running test with message size $i"
# sbt "run junction://${SERVER}/testsession#jx 100 ${i} data/result_jx_msg_len_${i}.out"
#done
#for i in 1 10 100 200 500 1000 1500 2000 3000 5000 10000 20000
#do
# echo "Running test with message size $i"
# sbt "run junction://192.168.2.15/testsession#jx 100 ${i} data/result_jx_mobile_msg_len_${i}.out"
#done