mxmbsocket/tests/ab-wstest-fuzzyconf.json
Chris Boden 54b072884c Merge branch 'refs/heads/master' into 0.2-beta
Conflicts:
	composer.lock
	src/Ratchet/ConnectionInterface.php
2012-07-12 20:00:03 -04:00

14 lines
437 B
JSON

{
"options": {"failByDrop": false}
, "outdir": "../reports/ab"
, "servers": [
{"agent": "Ratchet-libevent/v0.1.5", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet-stream/v0.1.5", "url": "ws://localhost:8001", "options": {"version": 18}}
]
, "cases": ["*"]
, "exclude-cases": ["1.2.*", "2.3", "2.4", "2.6", "9.2.*", "9.4.*", "9.6.*", "9.8.*"]
, "exclude-agent-cases": {}
}