lewismc edited a comment on issue #141: ANY23-443 improve speed & stability of RDFa extractors URL: https://github.com/apache/any23/pull/141#issuecomment-533912363 @HansBrende some more testing... here's how runtimes compare for our test suite ``` // with ANY23-443 applied $ cd core && mvn clean test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.544 s [INFO] Finished at: 2019-09-22T12:53:39-07:00 [INFO] ------------------------------------------------------------------------ ``` ... then master ``` $ cd core && mvn clean test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41.339 s [INFO] Finished at: 2019-09-22T12:52:07-07:00 [INFO] ------------------------------------------------------------------------ ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services