[CalendarServer-changes] [8494] CalendarServer/trunk/contrib/performance/loadtest/population.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 7 22:20:25 PST 2012


Revision: 8494
          http://trac.macosforge.org/projects/calendarserver/changeset/8494
Author:   dre at apple.com
Date:     2012-01-07 22:20:22 -0800 (Sat, 07 Jan 2012)
Log Message:
-----------
Let's call these 'request' to leave the 'operation' label for the other things

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/population.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/population.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/population.py	2012-01-08 03:28:50 UTC (rev 8493)
+++ CalendarServer/trunk/contrib/performance/loadtest/population.py	2012-01-08 06:20:22 UTC (rev 8494)
@@ -307,7 +307,7 @@
 
     """
     _fields = [
-        ('operation', 10, '%10s'),
+        ('request', 10, '%10s'),
         ('count', 8, '%8s'),
         ('failed', 8, '%8s'),
         ('>3sec', 8, '%8s'),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120107/a477cb9a/attachment.html>


More information about the calendarserver-changes mailing list