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

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 7 09:09:31 PDT 2010


Revision: 6249
          http://trac.macosforge.org/projects/calendarserver/changeset/6249
Author:   exarkun at twistedmatrix.com
Date:     2010-09-07 09:09:31 -0700 (Tue, 07 Sep 2010)
Log Message:
-----------
Add the event deletion benchmark; rename two of the existing

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

Modified: CalendarServer/trunk/contrib/performance/benchlib.py
===================================================================
--- CalendarServer/trunk/contrib/performance/benchlib.py	2010-09-07 16:04:25 UTC (rev 6248)
+++ CalendarServer/trunk/contrib/performance/benchlib.py	2010-09-07 16:09:31 UTC (rev 6249)
@@ -61,7 +61,7 @@
 
 @inlineCallbacks
 def sample(dtrace, samples, agent, paramgen):
-    urlopen = Duration('urlopen time')
+    urlopen = Duration('HTTP')
     data = {urlopen: []}
     yield dtrace.start()
     for i in range(samples):

Modified: CalendarServer/trunk/contrib/performance/sample.sh
===================================================================
--- CalendarServer/trunk/contrib/performance/sample.sh	2010-09-07 16:04:25 UTC (rev 6248)
+++ CalendarServer/trunk/contrib/performance/sample.sh	2010-09-07 16:09:31 UTC (rev 6249)
@@ -9,8 +9,8 @@
 
 SOURCE=~/Projects/CalendarServer/trunk
 NUM_INSTANCES=2
-BENCHMARKS="vfreebusy event"
-STATISTICS=("urlopen time" execute read write)
+BENCHMARKS="event_delete vfreebusy event"
+STATISTICS=(HTTP SQL read write)
 ADDURL=http://localhost:8000/result/add/
 export PYTHONPATH=$PYTHONPATH:$SOURCE/../Twisted
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100907/540cfd0a/attachment-0001.html>


More information about the calendarserver-changes mailing list