A simple project showing how to configure and use Gatling's SBT plugin to run Gatling simulations.
This project uses SBT 0.13.8, which is available here or through Paul Phillips's sbt-extras script.
git clone https://github.com/gatling/gatling-sbt-plugin-demo.git && cd gatling-sbt-plugin-demo
$ sbt
> test
> testOnly computerdatabase.BasicSimulation
> tasks