[CalendarServer-changes] [1813] CalDAVTester/trunk/fsusage.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 20 19:47:57 PDT 2007


Revision: 1813
          http://trac.macosforge.org/projects/calendarserver/changeset/1813
Author:   cdaboo at apple.com
Date:     2007-08-20 19:47:56 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
Make the table use tokens that are easy to split.

Modified Paths:
--------------
    CalDAVTester/trunk/fsusage.py

Modified: CalDAVTester/trunk/fsusage.py
===================================================================
--- CalDAVTester/trunk/fsusage.py	2007-08-21 02:38:41 UTC (rev 1812)
+++ CalDAVTester/trunk/fsusage.py	2007-08-21 02:47:56 UTC (rev 1813)
@@ -82,13 +82,13 @@
     fd = None
     
     tests = (
-        ("performance/get/get-small.xml", 10, "GET small",),
-        ("performance/get/get-large.xml", 10, "GET large",),
-        ("performance/put/put-small.xml", 10, "PUT small",),
-        ("performance/put/put-large.xml", 10, "PUT large",),
-        #("performance/propfind/propfind-small.xml", 10, "PROPFIND small",),
-        #("performance/propfind/propfind-medium.xml", 10, "PROPFIND medium",),
-        #("performance/propfind/propfind-large.xml", 10, "PROPFIND large",),
+        ("performance/get/get-small.xml", 10, "get-small",),
+        ("performance/get/get-large.xml", 10, "get-large",),
+        ("performance/put/put-small.xml", 10, "put-small",),
+        ("performance/put/put-large.xml", 10, "put-large",),
+        #("performance/propfind/propfind-small.xml", 10, "propfind-small",),
+        #("performance/propfind/propfind-medium.xml", 10, "propfind-medium",),
+        #("performance/propfind/propfind-large.xml", 10, "propfind-large",),
     )
     
     result = []

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070820/3c63d614/attachment.html


More information about the calendarserver-changes mailing list