d6y / jchav

JChav is a way to see the change in performance of your web application over time, by running a benchmark test for each build you produce.
http://jchav.blogspot.com/
3 stars 0 forks source link

Create Graph output from PageData #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Freechart - candle sticks?

Original issue reported on code.google.com by paul.goulbourn on 27 Sep 2006 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by paul.goulbourn on 27 Sep 2006 at 6:07

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dalla...@gmail.com on 28 Sep 2006 at 7:44

GoogleCodeExporter commented 9 years ago
The class junit/com.googlecode.jchav.chart.MinMeanMaxChartTest is not yet a 
unit test.  Running it writes the 
files jchav-summary-thumb.png and jchav-summary.png to your file system (the 
exact location is printed on 
stdout).

I'll get round to turning this into a unit test that writes the byte array and 
compares it to fixed content some 
point "soon". 

But for now, it's handy if you want to create a graph and look at it.

Original comment by dalla...@gmail.com on 29 Sep 2006 at 9:51

GoogleCodeExporter commented 9 years ago
The unit tests now do a byte comparison against expected files stored in 
testdata/chartoutput/

Original comment by dalla...@gmail.com on 3 Oct 2006 at 7:39