[CalendarServer-changes] [13794] CalendarServer/trunk/contrib/performance/loadtest

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 25 18:20:16 PDT 2014


Revision: 13794
          http://trac.calendarserver.org//changeset/13794
Author:   cdaboo at apple.com
Date:     2014-07-25 18:20:16 -0700 (Fri, 25 Jul 2014)
Log Message:
-----------
Add in new operation type.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/benchmarks.json
    CalendarServer/trunk/contrib/performance/loadtest/thresholds.json

Modified: CalendarServer/trunk/contrib/performance/loadtest/benchmarks.json
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/benchmarks.json	2014-07-25 19:29:30 UTC (rev 13793)
+++ CalendarServer/trunk/contrib/performance/loadtest/benchmarks.json	2014-07-26 01:20:16 UTC (rev 13794)
@@ -2,6 +2,7 @@
 	"GET{event}"                    : {"mean": 0.100, "weight": 1.000},
 
 	"PUT{event}"                    : {"mean": 0.250, "weight": 1.000},
+	"PUT{update}"                   : {"mean": 0.250, "weight": 1.000},
 	"PUT{attendee-small}"           : {"mean": 0.500, "weight": 1.000},
 	"PUT{attendee-medium}"          : {"mean": 1.000, "weight": 0.900},
 	"PUT{attendee-large}"           : {"mean": 1.500, "weight": 0.750},

Modified: CalendarServer/trunk/contrib/performance/loadtest/thresholds.json
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/thresholds.json	2014-07-25 19:29:30 UTC (rev 13793)
+++ CalendarServer/trunk/contrib/performance/loadtest/thresholds.json	2014-07-26 01:20:16 UTC (rev 13794)
@@ -8,6 +8,7 @@
 			"GET{event}"                    : [ 100.0, 100.0, 100.0,  75.0,  50.0,  25.0,   5.0],
 	
 			"PUT{event}"                    : [ 100.0, 100.0, 100.0,  75.0,  50.0,  25.0,   0.5],
+			"PUT{update}"                   : [ 100.0, 100.0, 100.0,  75.0,  50.0,  25.0,   0.5],
 			"PUT{attendee-small}"           : [ 100.0, 100.0, 100.0,  75.0,  50.0,  25.0,   5.0],
 			"PUT{attendee-medium}"          : [ 100.0, 100.0, 100.0,  75.0,  50.0,  25.0,   5.0], 
 			"PUT{attendee-large}"           : [ 100.0, 100.0, 100.0,  100.0, 100.0, 100.0, 25.0],
@@ -55,6 +56,7 @@
 
             "accept"                        : [ 100.0, 100.0, 100.0,  75.0,  50.0,  10.0,   5.0],
             "create"                        : [ 100.0, 100.0, 100.0,  75.0,  50.0,  10.0,   5.0],
+            "update"                        : [ 100.0, 100.0, 100.0,  75.0,  50.0,  10.0,   5.0],
             "invite"                        : [ 100.0, 100.0, 100.0, 100.0,  75.0,  50.0,  25.0],
             "poll"                          : [ 100.0, 100.0, 100.0,  75.0,  50.0,  10.0,   5.0],
             "push"                          : [ 100.0, 100.0, 100.0,  75.0,  50.0,  10.0,   5.0],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140725/6bd73df0/attachment.html>


More information about the calendarserver-changes mailing list