mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Update benchmarker for newer Autobahn
This commit is contained in:
parent
5676f2da49
commit
e7a5ad01fd
|
@ -84,7 +84,6 @@ class Benchmarker(object):
|
||||||
self.rate = rate
|
self.rate = rate
|
||||||
self.factory = WebSocketClientFactory(
|
self.factory = WebSocketClientFactory(
|
||||||
args.url,
|
args.url,
|
||||||
debug=False,
|
|
||||||
)
|
)
|
||||||
self.factory.protocol = MyClientProtocol
|
self.factory.protocol = MyClientProtocol
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user