From: Leif-Jöran O. <lj...@ex...> - 2009-11-11 18:11:49
|
Den 2009-11-05 12:32, Jan Fabry skrev: > Hello, > > For my bachelor's thesis, I am looking into the performance of XQuery > engines. I see that eXist has some performance tests in the test > suite, but I don't know whether they are still maintained or used as > guides for further development. I would like to contribute something > here, and was thinking of somehow combining the XCheck and TPoX > benchmark frameworks to create a tool that would be useful to both > researchers and developers. > > I would like to gather your input to know which features would be > useful. If you could answer the following two questions, I would be > very grateful: > > - How is testing currently a part of the eXist development process? > A page from the developer manual [ http://exist.sourceforge.net/developper.html > ] seems to be offline (but the Google cache is still available), but > I don't know whether this is still current? Do you only use unit > tests, or are the longer performance tests also used? (data.exist- > db.org also seemed to be unreachable, so I could not download jgoethe- > tei.zip for example) Hi Jan, The performance tests are maintained and augmented at occasions. Lastly we added authentic data for a EU project we are involved in. We should probably move the pointer for data.exist-db.org to another host. Thanks for pointing this out. We also use the xqts in conjunction with the unit and performance tests. The xqts tests are run with a larger time cycle frame than the unit tests on our build server though. The utilisation graphs for the different build clients can in some way also be used to to see how the performance is affected by every build. Cheers, Leif-Jöran |