Closed cpennington closed 12 years ago
Amazing !
I am just back from vacation and I will look at this soon.
thanks
ben.
Have you had a chance to look at this yet?
Hi,
I am very sorry for this late feedback
I think there is a problem, the report is very very slow to generate on small result files and I was not able to create a report for a medium result file like the one here: http://funkload.nuxeo.org/report-example/test_seam_java6/funkload.xml
I had to abort after 20 minutes my cpu was too hot :/ It generates thousands of gplot/data/png files
Can you check this? I am sure this will work soon
Thanks
ben
Yeah, I'll take a look at that, and see what's going on.
-Cale
On Mon, Sep 12, 2011 at 4:53 PM, Benoit Delbosc < reply@reply.github.com>wrote:
Hi,
I am very sorry for this late feedback
I think there is a problem, the report is very very slow to generate on small result files and I was not able to create a report for a medium result file like the one here: http://funkload.nuxeo.org/report-example/test_seam_java6/funkload.xml
I had to abort after 20 minutes my cpu was too hot :/ It generates thousands of gplot/data/png files
Can you check this? I am sure this will work soon
Thanks
ben
Reply to this email directly or view it on GitHub: https://github.com/nuxeo/FunkLoad/pull/30#issuecomment-2075234
Thanks to resubmit a new pull when ready.
ben
The main intent of the changes in this pull request are to allow funkload report aggregation to be configurable. To this end, I added the FunkloadTestCase.record method. This method marks a block of a test as a section that should be timed and recorded, and averaged into a higher level aggregation. Currently, it only supports 1 level of aggregation, but that could be changed.
The patch also moves much of the layout of the reports into templates, rather than being concatenated as strings, which makes it easier to follow, in most cases. However, in the process I haven't ported the org-mode version of the reports. It shouldn't be hard to do, either as a post-processing step on the templates, or as a separate template.