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

handle empty results or stats #87

Closed anentropic closed 11 years ago

anentropic commented 11 years ago

Fixes #38

AFAICT the ratio returned from this method is used in one place, as a multiplier

So... if either the stats or results are empty we just return 1 as an identity ratio

This allows report generation to complete successfully