[CalendarServer-changes] [6237] CalendarServer/trunk/contrib/performance

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 3 11:59:26 PDT 2010


Revision: 6237
          http://trac.macosforge.org/projects/calendarserver/changeset/6237
Author:   exarkun at twistedmatrix.com
Date:     2010-09-03 11:59:25 -0700 (Fri, 03 Sep 2010)
Log Message:
-----------
Fix a problem with the way the revision timestamp is gotten

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

Modified: CalendarServer/trunk/contrib/performance/event.py
===================================================================
--- CalendarServer/trunk/contrib/performance/event.py	2010-09-03 18:58:47 UTC (rev 6236)
+++ CalendarServer/trunk/contrib/performance/event.py	2010-09-03 18:59:25 UTC (rev 6237)
@@ -1,10 +1,9 @@
 
 """
-Benchmark a server's handling of event creation and modification.
+Benchmark a server's handling of event creation.
 """
 
 from itertools import count
-
 from urllib2 import HTTPDigestAuthHandler
 from uuid import uuid4
 from datetime import datetime, timedelta

Modified: CalendarServer/trunk/contrib/performance/sample.sh
===================================================================
--- CalendarServer/trunk/contrib/performance/sample.sh	2010-09-03 18:58:47 UTC (rev 6236)
+++ CalendarServer/trunk/contrib/performance/sample.sh	2010-09-03 18:59:25 UTC (rev 6237)
@@ -30,10 +30,10 @@
 stop
 svn st --no-ignore | grep '^[?I]' | cut -c9- | xargs rm -r
 svn up -r$REV .
-DATE="`./svn-committime $SOURCE $REV`"
 python setup.py build_ext -i
 popd
 
+DATE="`./svn-committime $SOURCE $REV`"
 for backend in $BACKENDS; do
   ./setbackend $SOURCE/conf/caldavd-test.plist $backend > $SOURCE/conf/caldavd-dev.plist
   pushd $SOURCE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100903/ac3ce4a8/attachment.html>


More information about the calendarserver-changes mailing list