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

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 2 14:05:52 PST 2010


Revision: 6667
          http://trac.macosforge.org/projects/calendarserver/changeset/6667
Author:   exarkun at twistedmatrix.com
Date:     2010-12-02 14:05:49 -0800 (Thu, 02 Dec 2010)
Log Message:
-----------
sample.sh no longer takes a log directory, just a source checkout root directory

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

Modified: CalendarServer/trunk/contrib/performance/sample-many.sh
===================================================================
--- CalendarServer/trunk/contrib/performance/sample-many.sh	2010-12-02 21:09:16 UTC (rev 6666)
+++ CalendarServer/trunk/contrib/performance/sample-many.sh	2010-12-02 22:05:49 UTC (rev 6667)
@@ -17,5 +17,5 @@
 ##
 
 for i in `python -c "for i in range($START, $STOP, $STEP): print i,"`; do
-    ./sample.sh $i ~/Projects/CalendarServer/trunk/data/Logs "$1"
+    ./sample.sh $i ~/Projects/CalendarServer/trunk/ "$1"
 done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101202/f58405f4/attachment.html>


More information about the calendarserver-changes mailing list