I need to be able to fail tests if the operations they perform are too slow.
I searched in google and found people using quite a few different plug-ins
including JMeter plug-ins, like Sonar-plugins.JMeter and so forth, some
out-of-date looking and some undocumented.
I figured I'd now spent more time searching than it would have taken me to write
the unit test with a simple test on the number seconds elapsed.
Has anyone got any recommendations?
I'm testing a business object that writes stuff to the database through DAOs,
and my performance bottleneck is either the database indexing, or the OpenJPA
configuration, or the entity beans even which have potential problems in the
toString(), hashCode() methods.
Thanks.
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]