Hi all, I was try to do analysis of testcases which failed most on till the current and build but for that I have to reload the previous builds from xml file if the object got GC'ed as it has only weak references referring it. But reloading of previous builds is quite expensive. I was testing it for 7k testcases and 30 builds and it took 14.8 sec to load xml files for 30 builds. Can some please suggest a work around for this. I was planning to raise a PR after this performance test but now I am stuck. TIA.
On Thursday, June 18, 2020 at 12:53:27 AM UTC+5:30, Sanjeet Malhotra wrote: > > Hi all, > I am beginning to contribute on JUnit plugin by making more useful test > result trends for analyzing testcases. I was looking into the code for > making test result trends in JUnit plugin and I got stuck at how to use > JFreeChart for making bar charts, stacked bar charts, gantt chart and line > chart. Basically, I am stuck at how set the plot area properties and how to > use DateAxis objects. An example of usage will be highly helpful. > > Thanks, > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/79b99738-76f3-48b4-86e6-3484ceecb1f9o%40googlegroups.com.
