Testing updates

New testing environment, adjusted automated scripts to reflect
This commit is contained in:
Chris Boden 2012-11-10 14:16:46 -05:00
parent 5bac9b7b26
commit f17350a625
2 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ cover:
abtests:
ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php &
ulimit -n 2048 && php54 tests/AutobahnTestSuite/bin/fuzzingserver-stream.php &
ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-stream.php &
wstest -m testeeserver -w ws://localhost:8002 &
wstest -m fuzzingclient -s tests/AutobahnTestSuite/fuzzingclient-all.json
killall php php54 python
killall php wstest
profile:
php -d 'xdebug.profiler_enable=1' tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php &

View File

@ -3,8 +3,8 @@
, "outdir": "reports/ab"
, "servers": [
{"agent": "Ratchet/0.2 PHP 5.3-libevent", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet/0.2 PHP 5.4-streams", "url": "ws://localhost:8001", "options": {"version": 18}}
{"agent": "Ratchet/0.2 libevent", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet/0.2 streams", "url": "ws://localhost:8001", "options": {"version": 18}}
, {"agent": "AutobahnTestSuite/0.5.2", "url": "ws://localhost:8002", "options": {"version": 18}}
]