Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 83473 invoked from network); 1 Feb 2008 17:44:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 17:44:47 -0000 Received: (qmail 56275 invoked by uid 500); 1 Feb 2008 17:44:38 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 56239 invoked by uid 500); 1 Feb 2008 17:44:38 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 56230 invoked by uid 99); 1 Feb 2008 17:44:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 09:44:38 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 17:44:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6B5721A9832; Fri, 1 Feb 2008 09:44:23 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617571 - /activemq/activemq-cpp/decaf/trunk/src/examples/main.cpp Date: Fri, 01 Feb 2008 17:44:17 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080201174423.6B5721A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Fri Feb 1 09:44:08 2008 New Revision: 617571 URL: http://svn.apache.org/viewvc?rev=617571&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Modified: activemq/activemq-cpp/decaf/trunk/src/examples/main.cpp Modified: activemq/activemq-cpp/decaf/trunk/src/examples/main.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/examples/main.cpp?rev=617571&r1=617570&r2=617571&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/src/examples/main.cpp (original) +++ activemq/activemq-cpp/decaf/trunk/src/examples/main.cpp Fri Feb 1 09:44:08 2008 @@ -101,7 +101,7 @@ std::cout << "Testing performance of the DataOutputStream:" << std::endl; std::cout << "-----------------------------------------------------\n"; - long long totalRuns = 2000LL; + long long totalRuns = 100LL; long long startTime = 0LL; long long endTime = 0LL; long long totalDelta = 0LL;