Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 44894 invoked from network); 8 Sep 2010 15:47:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 15:47:52 -0000 Received: (qmail 37019 invoked by uid 500); 8 Sep 2010 15:47:52 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 36929 invoked by uid 500); 8 Sep 2010 15:47:51 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 36918 invoked by uid 99); 8 Sep 2010 15:47:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 15:47:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 15:47:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A508E23888DD; Wed, 8 Sep 2010 15:47:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r995106 - /jackrabbit/trunk/test/performance/plot.sh Date: Wed, 08 Sep 2010 15:47:27 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100908154727.A508E23888DD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Wed Sep 8 15:47:27 2010 New Revision: 995106 URL: http://svn.apache.org/viewvc?rev=995106&view=rev Log: JCR-2695: Jackrabbit performance test suite Add automatic scaling of result graphs Modified: jackrabbit/trunk/test/performance/plot.sh Modified: jackrabbit/trunk/test/performance/plot.sh URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/plot.sh?rev=995106&r1=995105&r2=995106&view=diff ============================================================================== --- jackrabbit/trunk/test/performance/plot.sh (original) +++ jackrabbit/trunk/test/performance/plot.sh Wed Sep 8 15:47:27 2010 @@ -34,10 +34,11 @@ done for dat in target/*.txt; do name=`basename "$dat" .txt` + rows=`grep -v "#" "$dat" | wc -l` gnuplot <