[ https://issues.apache.org/jira/browse/LUCENE-9818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17292936#comment-17292936 ]
ASF subversion and git services commented on LUCENE-9818: --------------------------------------------------------- Commit 7dc43f46fd85a5b47fe3ac5aa68d4d21eb4d65e5 in lucene-solr's branch refs/heads/master from Dawid Weiss [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=7dc43f4 ] LUCENE-9818: print slowest suites, add an option to enable/ disable the function from options. (#2439) > add option or hack or patch to see "slowest test suites" > -------------------------------------------------------- > > Key: LUCENE-9818 > URL: https://issues.apache.org/jira/browse/LUCENE-9818 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Robert Muir > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > Currently we print the N slowest test methods at the end of the run, which is > great. > Can we add some way (even if hacky and just a patch we don't commit) to see > the N slowest *suites*? Ideally it would sum the times of all test methods > and beforeClass/afterClass stuff too. > It would help spot test classes doing pathological indexing in beforeClass(), > which isn't captured today I think? Also you can spot big test classes as a > whole, which might mean there is something inefficient about the design of > the whole class (e.g. it should use beforeClass() instead of setup() if all > methods just use the same index). Maybe each method takes 2s but it has 50 of > them, for example. > cc [~dweiss] just an idea I had while working on LUCENE-9817 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org