cgoldberg / multi-mechanize

Performance Test Framework in Python
GNU Lesser General Public License v3.0
459 stars 127 forks source link

Wrong number of threads #16

Open vmihailenco opened 12 years ago

vmihailenco commented 12 years ago

Consider following config:

[group0] threads=100 script=group0.py

[group1] threads=1 script=group1.py

MM will say that there are 3 threads, but actually threre are 101 threads. I think the problem is here: https://github.com/cgoldberg/multi-mechanize/blob/master/multimechanize/utilities/run.py#L107 . Will you accept patch that fixes this?

cgoldberg commented 11 years ago

sorry it took ages for a response :) yes, I would accept a patch that fixes that issue (if it still exists... I'm a little scatter-brained on what patches have already landed in the past year)