perf tests modified to reflect change in subscription format

This commit is contained in:
Martin Sustrik
2010-01-05 14:45:10 +01:00
parent 8d339e9596
commit ef049efe2e
7 changed files with 11 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ def main ():
ctx = libpyzmq.Context (1, 1);
s = libpyzmq.Socket (ctx, libpyzmq.SUB)
s.setsockopt (libpyzmq.SUBSCRIBE , "*");
s.setsockopt (libpyzmq.SUBSCRIBE , "");
# Add your socket options here.
# For example ZMQ_RATE, ZMQ_RECOVERY_IVL and ZMQ_MCAST_LOOP for PGM.