These utilities create instances and run tests in your AWS account
Before using the scripts below, build the image in the image directory using packer.
launch_cluster.sh
creates an instance group in AWS based on an image created.
It takes two arguments. First, a tag to identify the cluster for use with other utilities. The second argument is the number of instances to create.
Runs benchmark tests against a single branch of geode
. Arguments are (in order)
launch_cluster.sh
)Runs benchmark tests against two branches of geode for comparison purposes. Arguments are (in order)
launch_cluster.sh
)Destroys a cluster that you created. Arguments are the tag that you passed to launch_cluster.sh
#Example
./launch_cluster.sh mycluster 4 ./run-tests mycluster ./destroy_cluster.sh