I’m working on a project where performance is important and I would like to be able to monitor how my changes affect performance over time.
Has anyone done this with Hudson before?
http://wiki.hudson-ci.org//display/HUDSON/Performance+Plugin
This Hudson plugin mentions something about supporting “JUnit format”, but I can’t find anything about it. Any pointers?
Thanks!
I would suggest looking at jMeter & the jMeter Ant task. This would allow you to perform jMeter performance tests from Ant/Hudson. Depending on your performance testing needs, there are multiple jMeter samplers you could use (Http, JMS, TCP, JUnit, etc.).