[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Bugfix for last patch
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv9127/lib/mixminion
Modified Files:
benchmark.py
Log Message:
Bugfix for last patch
Index: benchmark.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/benchmark.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- benchmark.py 3 Jun 2003 17:28:11 -0000 1.37
+++ benchmark.py 5 Jun 2003 02:27:30 -0000 1.38
@@ -845,7 +845,7 @@
#msg = "X" * 32 * 1024
n = 0
while 1:
- mixminion.MMTPClient.sendMessages(routing, [])
+ mixminion.MMTPClient.sendMessages(routing, ["Z"*(32*1024)])
n += 1
print n, "sent"