[Cosmo-dev] Results of Hibernate Propfind initial testing
Bobby Rullo
br at osafoundation.org
Fri Sep 1 15:56:43 PDT 2006
I wrote a little utility to help test the performance of the new
hibernate work. It's located in the Cosmo trunk at src/main/test/
functional/kiloprop.
It uploads x identical resources (small text files with the word
"content!" in them) to a cosmo server, then does a propfind and times
it in seconds.
For the test I used our lab-hibernate machine (not sure what kind of
hardware it is...Jared?) with JAVA_OPTS="$JAVA_OPTS -XX:PermSize=128m
-XX:MaxPermSize=256m -Xms500m -Xmx500m"
For this test I populated a user's collection with 3000 resources and
did propfind depth 1 on that collection.
Results:
Cosmo JCR, build: 2206
----------------------------------
Avg Time: 742 seconds (two runs)
Cosmo Hibernate, build: 922
---------------------------------------
Avg Time: 708 seconds (three runs)
Bobby
More information about the cosmo-dev
mailing list