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

Define chart filenames #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Each chart PNG and thumbnail PNG needs a filename.  Currently this is just the 
"page id" value plus 
".png" appended or "_thumbnail.png" appended.

This is an issue because
- Page ID values would need to be unique; and
- the value needs to be valid for the file system we're writing to.

A way is needed to convert "a page" into a valid and unique filename. 

Original issue reported on code.google.com by dalla...@gmail.com on 29 Sep 2006 at 9:45

GoogleCodeExporter commented 9 years ago
link this to issue 12 - one solution should be able to solve both.

Original comment by paul.goulbourn on 30 Sep 2006 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by dalla...@gmail.com on 10 Oct 2006 at 9:15