[CalendarServer-changes] [6173] CalendarServer/trunk/contrib/performance/event.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 24 12:03:51 PDT 2010


Revision: 6173
          http://trac.macosforge.org/projects/calendarserver/changeset/6173
Author:   exarkun at twistedmatrix.com
Date:     2010-08-24 12:03:50 -0700 (Tue, 24 Aug 2010)
Log Message:
-----------
Parameterize the server address

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

Modified: CalendarServer/trunk/contrib/performance/event.py
===================================================================
--- CalendarServer/trunk/contrib/performance/event.py	2010-08-24 19:03:32 UTC (rev 6172)
+++ CalendarServer/trunk/contrib/performance/event.py	2010-08-24 19:03:50 UTC (rev 6173)
@@ -90,10 +90,8 @@
 
 
 @inlineCallbacks
-def measure(dtrace, attendeeCount, samples):
+def measure(host, port, dtrace, attendeeCount, samples):
     user = password = "user01"
-    host = "localhost"
-    port = 8008
     root = "/"
     principal = "/"
     calendar = "event-creation-benchmark"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100824/b24175e1/attachment.html>


More information about the calendarserver-changes mailing list