mhjort / trombi

Load testing library for testing stateful apps with Clojure
Eclipse Public License 1.0
235 stars 19 forks source link

clj-gatling/run -> clj-gatling/run-simulation #31

Closed robert-stuttaford closed 7 years ago

mhjort commented 8 years ago

run-simulation was used to run tests in older version of clj-gatling. run is a function that should be used nowadays. I added a code comment to remind about that.