[CalendarServer-changes] [6233] CalendarServer/trunk/contrib/performance/benchmark.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 1 12:44:54 PDT 2010


Revision: 6233
          http://trac.macosforge.org/projects/calendarserver/changeset/6233
Author:   exarkun at twistedmatrix.com
Date:     2010-09-01 12:44:54 -0700 (Wed, 01 Sep 2010)
Log Message:
-----------
Slightly better name for this sample type

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

Modified: CalendarServer/trunk/contrib/performance/benchmark.py
===================================================================
--- CalendarServer/trunk/contrib/performance/benchmark.py	2010-09-01 19:44:13 UTC (rev 6232)
+++ CalendarServer/trunk/contrib/performance/benchmark.py	2010-09-01 19:44:54 UTC (rev 6233)
@@ -170,7 +170,7 @@
             Bytes('write'): self._write,
             SQLDuration('execute'): self._execute, # Time spent in the execute phase of SQL execution
             SQLDuration('iternext'): self._iternext, # Time spent fetching rows from the execute phase
-            SQLDuration('statements'): self._execute + self._iternext, # Combination of the previous two
+            SQLDuration('SQL'): self._execute + self._iternext, # Combination of the previous two
             }
         self._init_stats()
         return results
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100901/f8318f7b/attachment.html>


More information about the calendarserver-changes mailing list