Rework xp

This commit is contained in:
Quentin Dufour 2019-09-16 13:52:51 +00:00
parent 1b889a1761
commit 79d5e665db
2 changed files with 29 additions and 29 deletions

View file

@ -231,34 +231,34 @@ thunder_configure_full_parse:
thunder_configure_2_full:
./run-3 \
1,thunder_configure_2. \
thunder-client 6000 100 100 2 50, \
thunder-client 6000 100 100 2 100, \
thunder-client 6000 100 100 2 150, \
thunder-client 6000 100 100 2 200, \
thunder-client 6000 100 100 2 250, \
thunder-client 6000 100 100 2 300, \
thunder-client 6000 100 100 2 350, \
thunder-client 6000 100 100 4 50, \
thunder-client 6000 100 100 4 100, \
thunder-client 6000 100 100 4 150, \
thunder-client 6000 100 100 4 200, \
thunder-client 6000 100 100 4 250, \
thunder-client 6000 100 100 4 300, \
thunder-client 6000 100 100 4 350, \
thunder-client 6000 100 100 6 50, \
thunder-client 6000 100 100 6 100, \
thunder-client 6000 100 100 6 150, \
thunder-client 6000 100 100 6 200, \
thunder-client 6000 100 100 6 250, \
thunder-client 6000 100 100 6 300, \
thunder-client 6000 100 100 6 350, \
thunder-client 6000 100 100 8 50, \
thunder-client 6000 100 100 8 100, \
thunder-client 6000 100 100 8 150, \
thunder-client 6000 100 100 8 200, \
thunder-client 6000 100 100 8 250, \
thunder-client 6000 100 100 8 300, \
thunder-client 6000 100 100 8 350. \
thunder-client 9900 30 100 2 50, \
thunder-client 9900 30 100 2 100, \
thunder-client 9900 30 100 2 150, \
thunder-client 9900 30 100 2 200, \
thunder-client 9900 30 100 2 250, \
thunder-client 9900 30 100 2 300, \
thunder-client 9900 30 100 2 350, \
thunder-client 9900 30 100 4 50, \
thunder-client 9900 30 100 4 100, \
thunder-client 9900 30 100 4 150, \
thunder-client 9900 30 100 4 200, \
thunder-client 9900 30 100 4 250, \
thunder-client 9900 30 100 4 300, \
thunder-client 9900 30 100 4 350, \
thunder-client 9900 30 100 6 50, \
thunder-client 9900 30 100 6 100, \
thunder-client 9900 30 100 6 150, \
thunder-client 9900 30 100 6 200, \
thunder-client 9900 30 100 6 250, \
thunder-client 9900 30 100 6 300, \
thunder-client 9900 30 100 6 350, \
thunder-client 9900 30 100 8 50, \
thunder-client 9900 30 100 8 100, \
thunder-client 9900 30 100 8 150, \
thunder-client 9900 30 100 8 200, \
thunder-client 9900 30 100 8 250, \
thunder-client 9900 30 100 8 300, \
thunder-client 9900 30 100 8 350. \
thunder-server 2 50, \
thunder-server 2 100, \
thunder-server 2 150, \

View file

@ -5,7 +5,7 @@
die() { echo "$*" 1>&2 ; exit 1; }
WAITFOR=2280 # 38min
WAITFOR=900 # 15min
# SPLIT CLIENT AND SERVER TARGETS
OLD_IFS=$IFS; IFS="."