public
Rubygem
Description: A benchmarking helper for httperf.
Homepage: http://bong.rubyforge.org/
Clone URL: git://github.com/topfunky/bong.git
Gemspec for building GitHub gem
topfunky (author)
Tue Jul 15 11:36:25 -0700 2008
commit  e9bfe5afac74244943cc77cc8bd5558da782cb29
tree    74a80054b6253107f7fb43320b2b12397b1c0b99
parent  407011327a8077190969555b6278e3b3140ddeb2
...
75
76
77
 
 
 
 
 
 
 
 
 
 
 
78
79
80
...
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
0
@@ -75,6 +75,17 @@ See http://peepcode.com/products/benchmarking-with-httperf for a full tutorial o
0
 
0
 * sudo gem install bong
0
 
0
+== EXPERIMENTAL GRAPHS
0
+
0
+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.
0
+
0
+Assumptions
0
+
0
+* Each run will be named "benchmark-1216122887" where the second part can be converted to a Time class using Time.at(..)
0
+* Runs will be displayed at equal intervals along the x axis regardless of if the time between them is uniform
0
+* 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
0
+* Not all URLs will have data in all runs. However once a url is added it will be in ALL subsequent runs
0
+
0
 == LICENSE:
0
 
0
 (The MIT License)

Comments

    No one has commented yet.