newsapps / beeswithmachineguns

A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
http://apps.chicagotribune.com/
MIT License
6.43k stars 631 forks source link

summarized_results['mean_response'] doesn't divide by 0 #95

Closed snoozan closed 9 years ago

snoozan commented 9 years ago

summarized_results['num_complete_bees'] sometimes equals 0, you can't divide by 0. The string put into summarized_results['mean_response'] tells the user that no bees have completed yet. Fixes https://github.com/newsapps/beeswithmachineguns/issues/75