[CalendarServer-changes] [6374] CalendarServer/trunk/contrib/performance/sample-many.sh

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 24 09:25:15 PDT 2010


Revision: 6374
          http://trac.macosforge.org/projects/calendarserver/changeset/6374
Author:   exarkun at twistedmatrix.com
Date:     2010-09-24 09:25:14 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
Trivial script to make collecting samples over multiple revisions easier

Added Paths:
-----------
    CalendarServer/trunk/contrib/performance/sample-many.sh

Added: CalendarServer/trunk/contrib/performance/sample-many.sh
===================================================================
--- CalendarServer/trunk/contrib/performance/sample-many.sh	                        (rev 0)
+++ CalendarServer/trunk/contrib/performance/sample-many.sh	2010-09-24 16:25:14 UTC (rev 6374)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+for i in `python -c "for i in range($START, $STOP, $STEP): print i,"`; do
+    ./sample.sh $i ~/Projects/CalendarServer/trunk/data/Logs "$1"
+done


Property changes on: CalendarServer/trunk/contrib/performance/sample-many.sh
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100924/934b8ffc/attachment.html>


More information about the calendarserver-changes mailing list