Update benchmarker for newer Autobahn

This commit is contained in:
Andrew Godwin 2016-03-20 18:09:54 -07:00
parent 5676f2da49
commit e7a5ad01fd

View File

@ -84,7 +84,6 @@ class Benchmarker(object):
self.rate = rate
self.factory = WebSocketClientFactory(
args.url,
debug=False,
)
self.factory.protocol = MyClientProtocol