[CalendarServer-changes] [7801] CalendarServer/trunk/contrib/performance/loadtest/config.plist

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 15 07:47:18 PDT 2011


Revision: 7801
          http://trac.macosforge.org/projects/calendarserver/changeset/7801
Author:   cdaboo at apple.com
Date:     2011-07-15 07:47:18 -0700 (Fri, 15 Jul 2011)
Log Message:
-----------
Fix module prefix.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/config.plist

Modified: CalendarServer/trunk/contrib/performance/loadtest/config.plist
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/config.plist	2011-07-15 01:46:47 UTC (rev 7800)
+++ CalendarServer/trunk/contrib/performance/loadtest/config.plist	2011-07-15 14:47:18 UTC (rev 7801)
@@ -144,7 +144,7 @@
 		     timestamps in the near future, limited to certain days of
 		     the week and certain hours of the day. -->
 		<key>type</key>
-		<string>stats.WorkDistribution</string>
+		<string>contrib.performance.stats.WorkDistribution</string>
 
 		<key>params</key>
 		<dict>
@@ -190,7 +190,7 @@
 	      <key>sendInvitationDistribution</key>
 	      <dict>
 		<key>type</key>
-		<string>stats.NormalDistribution</string>
+		<string>contrib.performance.stats.NormalDistribution</string>
 		<key>params</key>
 		<dict>
 		  <!-- mu gives the mean of the normal distribution (in
@@ -212,7 +212,7 @@
 	      <key>inviteeDistanceDistribution</key>
 	      <dict>
 		<key>type</key>
-		<string>stats.UniformIntegerDistribution</string>
+		<string>contrib.performance.stats.UniformIntegerDistribution</string>
 		<key>params</key>
 		<dict>
 		  <!-- The minimum value (inclusive) of the uniform
@@ -241,7 +241,7 @@
 	      <key>acceptDelayDistribution</key>
 	      <dict>
 		<key>type</key>
-		<string>stats.NormalDistribution</string>
+		<string>contrib.performance.stats.NormalDistribution</string>
 		<key>params</key>
 		<dict>
 		  <!-- mean -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110715/60ec9602/attachment.html>


More information about the calendarserver-changes mailing list