You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/22 18:23:27 UTC

[56/65] [abbrv] git commit: updated loadtest README

updated loadtest README


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/8dd993ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/8dd993ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/8dd993ad

Branch: refs/heads/two-dot-o
Commit: 8dd993ada8d37b33bca975161108821f191cfcc0
Parents: b9f6db0
Author: amuramoto <am...@apigee.com>
Authored: Tue Oct 14 15:58:47 2014 -0700
Committer: amuramoto <am...@apigee.com>
Committed: Tue Oct 14 15:58:47 2014 -0700

----------------------------------------------------------------------
 stack/loadtests/README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8dd993ad/stack/loadtests/README.md
----------------------------------------------------------------------
diff --git a/stack/loadtests/README.md b/stack/loadtests/README.md
index da2763b..0c1774a 100644
--- a/stack/loadtests/README.md
+++ b/stack/loadtests/README.md
@@ -44,6 +44,10 @@ Performs simple GETs on the /users collection. You should run PostUsersSimulatio
 
 POSTs a user-specified number of entities in the /devices collection. This is useful if you want to load test push notifications
 
-- PushNotificationSimulation
+- PushTargetDeviceSimulation
+
+Creates users, devices, connects users with devices, then sends push notification to all user devices. To run this, you will need to do create a notifier, then set the GATLING_NOTIFIER environment variable to equal the name or UUID of the notifier. You'll also need to set GATLING_PROVIDER to match the provider in the notifier.
+
+- PushTargetDeviceSimulation
 
 Sends push notifications. To run this, you will need to do create a notifier, then set the GATLING_NOTIFIER environment variable to equal the name or UUID of the notifier. You'll also need to set GATLING_PROVIDER to match the provider in the notifier.
\ No newline at end of file