nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

stop monitors should happen before retrieving results #46

Open djay opened 12 years ago

djay commented 12 years ago

In a large test in distributed mode a large amount of data is transferred back. Currently the stopmonitors occurs after this data transfer which means that monitor graphs include data on the transfer as well as the testing. The stopmonitor should occur first and then all the data transfer, including that of the stats themselves.

anentropic commented 11 years ago

This looks as simple as moving one line of code... do FunkLoad devs have any feedback about whether it's a good/bad idea?