[CalendarServer-changes] [4514] CalDAVTester/trunk/src/perfinfo.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 31 07:04:41 PDT 2009


Revision: 4514
          http://trac.macosforge.org/projects/calendarserver/changeset/4514
Author:   cdaboo at apple.com
Date:     2009-08-31 07:04:37 -0700 (Mon, 31 Aug 2009)
Log Message:
-----------
Do random sleep of each client.

Modified Paths:
--------------
    CalDAVTester/trunk/src/perfinfo.py

Modified: CalDAVTester/trunk/src/perfinfo.py
===================================================================
--- CalDAVTester/trunk/src/perfinfo.py	2009-08-28 20:49:31 UTC (rev 4513)
+++ CalDAVTester/trunk/src/perfinfo.py	2009-08-31 14:04:37 UTC (rev 4514)
@@ -220,7 +220,7 @@
                         print "Thread run exception: %s" % (str(e),)
                     if time.time() > endtime:
                         break
-                    #time.sleep(randrange(0, 100)/100.0 * test[1])
+                    time.sleep(randrange(0, 100)/100.0 * test[1])
         
             # Create argument list that varies for each threaded client. Basically use a separate
             # server account for each client.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090831/4896f5b5/attachment.html>


More information about the calendarserver-changes mailing list