Version tagging
This commit is contained in:
parent
b27a7e4be8
commit
1e298c634b
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace Ratchet;
|
||||
|
||||
const VERSION = 'Ratchet/0.1.4';
|
||||
const VERSION = 'Ratchet/0.1.5';
|
||||
|
||||
/**
|
||||
* A proxy object representing a connection to the application
|
||||
|
@ -4,8 +4,8 @@
|
||||
, "outdir": "../reports/ab"
|
||||
|
||||
, "servers": [
|
||||
{"agent": "Ratchet-libevent/v0.2b", "url": "ws://localhost:8000", "options": {"version": 18}}
|
||||
, {"agent": "Ratchet-stream/v0.2b", "url": "ws://localhost:8001", "options": {"version": 18}}
|
||||
{"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": ["*"]
|
||||
|
Loading…
Reference in New Issue
Block a user