You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2007/11/13 01:14:17 UTC

svn commit: r594360 - in /incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf: MessageConsumerTest.java MessageProducerTest.java

Author: rajith
Date: Mon Nov 12 16:14:13 2007
New Revision: 594360

URL: http://svn.apache.org/viewvc?rev=594360&view=rev
Log:
modified to collect memory stats before the test.

Modified:
    incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageConsumerTest.java
    incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageProducerTest.java

Modified: incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageConsumerTest.java
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageConsumerTest.java?rev=594360&r1=594359&r2=594360&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageConsumerTest.java (original)
+++ incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageConsumerTest.java Mon Nov 12 16:14:13 2007
@@ -68,6 +68,7 @@
     {
         boolean run = true;
         _startTime = System.currentTimeMillis();
+        runReaper(false);
         try
         {
             while(run)

Modified: incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageProducerTest.java
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageProducerTest.java?rev=594360&r1=594359&r2=594360&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageProducerTest.java (original)
+++ incubator/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/client/perf/MessageProducerTest.java Mon Nov 12 16:14:13 2007
@@ -65,6 +65,7 @@
     {
         boolean run = true;
         _startTime = System.currentTimeMillis();
+        runReaper(false);
         try
         {
             while(run)