public
Rubygem
Description: A benchmarking helper for httperf.
Homepage: http://bong.rubyforge.org/
Clone URL: git://github.com/topfunky/bong.git
topfunky (author)
Tue Jul 15 11:36:25 -0700 2008
commit  e9bfe5afac74244943cc77cc8bd5558da782cb29
tree    74a80054b6253107f7fb43320b2b12397b1c0b99
parent  407011327a8077190969555b6278e3b3140ddeb2
bong / Graphs.txt
100644 14 lines (9 sloc) 0.774 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Extension to Bong for providing visual output
---------------------------------------------
 
After running bong a number of times, provide a visual output with time on the x axis and req/second on the y axis
Intended to show the change in performance throughout the development of a project
 
Assumptions
* Each run will be named "benchmark-1216122887" where the second part can be converted to a Time class using Time.at(..)
* Runs will be displayed at equal intervals along the x axis regardless of if the time between them is uniform
* Several URLs may be incldued. rps for each one will be of a similar order of magnitude, so it makes sense to graph them together
* Not all URLs will have data in all runs. However once a url is added it will be in ALL subsequent runs