Blog posts tagged with 'gatling':



Shuffling elements in Gatling

Date: 31 Jul 2014
Tags: [ gatling ]  [ performance ]  [ scala ]  [ testing

On a project where I worked alongside @basdenooijer, we needed to do a quick performance-test on a server. Since our shared hatred against (too) complex gui’s, Bas found an awesome cli-tool called gatling. Basically, like ApacheBench but smarter, and like jMeter, only less complex. With the help of simple scala scripts (yes, that’s a first), you can easily program your tests which in our case is a bit more complex than just clicking links on a page.

Read more...