summaryrefslogtreecommitdiff
path: root/perf/cl/local-thr.lisp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-05 14:45:10 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-05 14:45:10 +0100
commitef049efe2ec56bb0ff5395ba8cba6e1722922e43 (patch)
tree577d47fae2c11f5032b27c57b4d7eebfc000a027 /perf/cl/local-thr.lisp
parent8d339e959694107df8f1666634a34f54ad76ae41 (diff)
perf tests modified to reflect change in subscription format
Diffstat (limited to 'perf/cl/local-thr.lisp')
-rw-r--r--perf/cl/local-thr.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cl/local-thr.lisp b/perf/cl/local-thr.lisp
index 1098c47..0944364 100644
--- a/perf/cl/local-thr.lisp
+++ b/perf/cl/local-thr.lisp
@@ -30,7 +30,7 @@
(zmq::with-context (ctx 1 1)
(zmq:with-socket (s ctx zmq:sub)
- (zmq:setsockopt s zmq:subscribe "*")
+ (zmq:setsockopt s zmq:subscribe "")
(zmq:setsockopt s zmq:rate *rate*)
(zmq:bind s *bind-address*)
(let ((msg (make-instance 'zmq:msg)))