Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created January 31, 2012 14:25
Show Gist options
  • Save mathieuancelin/1710760 to your computer and use it in GitHub Desktop.
Save mathieuancelin/1710760 to your computer and use it in GitHub Desktop.
val scn = scenario("Standard User").loop(
.exec(
http("Getting issues")
.get("https://github.com/excilys/gatling/issues")
.queryParam("milestone", "1")
.queryParam("state", "open")
)
).times(5).pause(0, 100, MILLISECONDS)
runSimulation(
scn.configure users 1 protocolConfig httpConf
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment