https://issues.apache.org/bugzilla/show_bug.cgi?id=47888

--- Comment #3 from peter lin <wool...@yahoo.com> 2009-09-22 18:55:37 PDT ---
A bit more information on how we used the junit sampler.

Our test cases were mainly for IBM Ascential's MetaData Server. The goal was to
load the database with x records using a predefined object graph and ETL data
in XML format.

The setup would load that data using our persistence API and then start to run
the stress test. One of the stress tests measured performance degradation as
the database size increases, so we needed to keep state.

If the sampler creates a new instance of the class, we loose state. To get
around that, the custom runner was needed. A compromise would be to add a
checkbox to create a new instance with each call. This way, the user has the
option of using the same instance or creating a new instance.

hope that info is useful.

peter

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to