added some more useful verbosity
This commit is contained in:
parent
3e6018aa45
commit
9ba591bbfd
@ -101,7 +101,7 @@ if __name__ == '__main__':
|
|||||||
for i in xrange(expected_participants):
|
for i in xrange(expected_participants):
|
||||||
worker = outq.get()
|
worker = outq.get()
|
||||||
if options.verbose:
|
if options.verbose:
|
||||||
print worker
|
print "%d of %d : %s" % (i, expected_participants, worker)
|
||||||
|
|
||||||
# run codes
|
# run codes
|
||||||
results, submit, receive = run_queries(count, order = options.order, extra_points = options.extra, verbose = options.verbose)
|
results, submit, receive = run_queries(count, order = options.order, extra_points = options.extra, verbose = options.verbose)
|
||||||
|
Loading…
Reference in New Issue
Block a user