[CalendarServer-changes] [15632] CalendarServer/trunk/contrib/performance/loadtest/profiles.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 23 10:23:34 PDT 2016


Revision: 15632
          http://trac.calendarserver.org//changeset/15632
Author:   sagen at apple.com
Date:     2016-05-23 10:23:34 -0700 (Mon, 23 May 2016)
Log Message:
-----------
Tweak to report wording for long operations

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/profiles.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/profiles.py	2016-05-23 14:14:57 UTC (rev 15631)
+++ CalendarServer/trunk/contrib/performance/loadtest/profiles.py	2016-05-23 17:23:34 UTC (rev 15632)
@@ -1210,7 +1210,7 @@
     _FAILED_REASON = "Greater than %(cutoff).0f%% %(operation)s failed"
     _PUSH_MISSING_REASON = "Push was configured but no pushes were received by clients"
     _REASON_1 = "Greater than %(cutoff)g%% %(method)s exceeded "
-    _REASON_2 = "%g second response time"
+    _REASON_2 = "%g second total time"
 
     def failures(self):
         reasons = []
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160523/267a90b2/attachment.html>


More information about the calendarserver-changes mailing list