Performance test on jetty/hsqldb distribution

Version 4.1 by Thomas Mortagne on 2014/09/13 15:01

  • Ubuntu 14.04 64b
  • Quad core i7
  • Oracle JDK 1.8.0_20 64b
  • standard jetty+hsqldb

jetty startup

  • 5.4.5  : 12s
  • 6.0.1  : 12s
  • 6.1  : 13s
  • 6.2-rc1 : 14s

first access

first access to not existing page without UI (/xwiki/bin/get/NoSpace/NoPage)

  • 5.4.5  : 6s
  • 6.0.1  : 6s
  • 6.1  : 6s
  • 6.2-rc1 : 6s

reload

reload of not existing page without UI (/xwiki/bin/get/NoSpace/NoPage)

  • 5.4.5  : 15ms
  • 6.0.1  : 30ms
  • 6.1  : 45ms
  • 6.2-rc1 : 45ms

reload of not existing page with UI (/xwiki/bin/view/NoSpace/NoPage)

  • 5.4.5  : 100 -> 150ms
  • 6.0.1  : 240 -> 300ms
  • 6.1  : 350 -> 400ms
  • 6.2-rc1 : 500 -> 550ms

solr

full solr reindex

TODO

solr init when there is nothing to do

TODO

rendering

page with 1000 macros without UI

TODO

memory

TODO

Get Connected