I’m fairly new to Gatling, but with a little help I put something together that may be of use to other newbies.
I am testing the performance of a rest api end call by generating random ids, pulling data from the random ids, pulling results, saving those results with a count into a feed file, and then feeding that file to a more consistant test (to make parameter/hardware changes).
Blog post => http://maxdemarzi.com/2013/03/25/permission-resolution-with-neo4j-part-3/
Code = > https://github.com/maxdemarzi/neo_permissions/tree/master/performance/src/test/resources/simulations
Any suggestions on how to do this better is appreciated.