Skip to content

Instantly share code, notes, and snippets.

@vhutov
Created March 4, 2018 16:09
Show Gist options
  • Save vhutov/640b2c2120b28e55849ff5a6c2dca1ea to your computer and use it in GitHub Desktop.
Save vhutov/640b2c2120b28e55849ff5a6c2dca1ea to your computer and use it in GitHub Desktop.
...//set up protocols
val action = send(msg) //here goes our dsl
.via(/*put here producer*/)
.receive(/*put here consumer*/)
val scn = scenario("custom plugin") //here goes gatling
.feeder(feed)
.exec(action)
setUp(
scn.inject(atOnceUsers(1))
).protocols(...,...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment