[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034462#comment-17034462 ]
Tomoko Uchida edited comment on LUCENE-9201 at 2/11/20 2:00 PM: ---------------------------------------------------------------- Just from curiosity, I roughly assessed the penalty of "copying all javadocs" on my PC (Core i7-8700 cpu, fedora). // when the javadocs is already collected into one directory, and just run the python linter {code:java} $ ./gradlew checkBrokenLinks BUILD FAILED in 29s {code} // first collect javadocs into a directory on HDD (7200rpm), and run the python linter {code:java} $ ./gradlew checkBrokenLinks BUILD FAILED in 37s {code} When I did same thing on NVMe SSD, there was almost no penalty, just in case. (note: "BUILD FAILED" is an expected result for now.) was (Author: tomoko uchida): Just from curiosity, I roughly assessed the penalty of "copying all javadocs" on my PC (Core i7-8700 cpu, fedora). // when the javadocs is already collected into one directory, and just run the python linter {code:java} $ ./gradlew checkBrokenLinks BUILD FAILED in 29s {code} // first collect javadocs into a directory on HDD (7200rpm), and run the python linter {code:java} $ ./gradlew checkBrokenLinks BUILD FAILED in 37s {code} When I did same thing on NVMe SSD, there was almost no penalty, just in case. > Port documentation-lint task to Gradle build > -------------------------------------------- > > Key: LUCENE-9201 > URL: https://issues.apache.org/jira/browse/LUCENE-9201 > Project: Lucene - Core > Issue Type: Sub-task > Affects Versions: master (9.0) > Reporter: Tomoko Uchida > Assignee: Tomoko Uchida > Priority: Major > Attachments: javadocGRADLE.png, javadocHTML4.png, javadocHTML5.png > > Time Spent: 1h 50m > Remaining Estimate: 0h > > Ant build's "documentation-lint" target consists of those two sub targets. > * "-ecj-javadoc-lint" (Javadoc linting by ECJ) > * "-documentation-lint"(Missing javadocs / broken links check by python > scripts) -- 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