Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Dec 17, 2019
1 parent 4c5fb45 commit 84de07a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# gatling-dse-examples
A few examples for using the DataStax gatling-dse plugin
A few examples for using the DataStax gatling-dse plugin. The examples here are not intended to be a complete demonstration of the functionality or features available in the driver; at the moment the goal is to illustrate some changes being made in [JAVA-2562](https://datastax-oss.atlassian.net/browse/JAVA-2562)

# Dependencies
I've tried to keep the dependencies here to a minimum. I'm assuming you've built the DataStax Gatling DSE plugin (availalable [here](https://github.com/datastax/gatling-dse-plugin)). "master" in this repo assumes the latest released plugin version (1.3.4) while the "135-snapshot" branch assumes an install of the 1.3.5-SNAPSHOT as defined in the [PR for JAVA-2563](https://github.com/datastax/gatling-dse-plugin/pull/20).

# Running Gatling simulations
Assuming the dependencies above are satisfied you should be able to run the sample scenario with the following:

`./gradlew gatlingRun-SampleSimulation`

0 comments on commit 84de07a

Please sign in to comment.