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

Additional RPS chart where X axis represents the time in seconds #51

Closed cinsk closed 12 years ago

cinsk commented 12 years ago

The current RPS chart in Section 5, requests_rps.png uses "Concurrent Users" as its X-axis. If you provided enough cycle in fl-run-bench, the plot would be nicely done.

However, requests_rps.png plot will not show how the server responded in the test time interval.

This commit added one more RPS chart in Section 5, where the X-axis represents time(in second) and the Y-axis represents RPS.

bdelbosc commented 12 years ago

Hi Seong-Kook Shin,

I like your contribution, I have added some comment on your pull, let me know if you can handle them.

Cheers.

ben

cinsk commented 12 years ago

Hi, sorry for the late reply. I haven't access github recently due to my job.

I modified my repo. as you requested, and merged with the recent nuxeo:master.

Hopefully, you can safely pull from my repo.

Thank you.

bdelbosc commented 12 years ago

Thank you Seong-Kook Shin !