mhjort / trombi

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

Feature/accept user defined output writers #27

Closed mhjort closed 8 years ago

ghost commented 8 years ago

I was thinking something like this would produce no reports, but highcharts are still created.

 {:concurrency 10                                                                                                                                   
   :reporter {:writer (fn [_ _ _]) :generator (fn [_])}})
mhjort commented 8 years ago

Did you try with new simulation format introduced with 0.8 version? On 4 Jun 2016 11:56 p.m., "aidylewis" notifications@github.com wrote:

I was thinking something like this would produce no reports, but highcharts are still created.

{:concurrency 10 :reporter {:writer (fn [ ]) :generator (fn [])}})

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mhjort/clj-gatling/pull/27#issuecomment-223777910, or mute the thread https://github.com/notifications/unsubscribe/AAFwU9JACVG-CziBCLRHI9vITTpV2tqLks5qIeaXgaJpZM4IrxM7 .

mhjort commented 8 years ago

Just updated clj-gatling-example project on how to skip reports if you want to take a look.

ghost commented 8 years ago

That runs great. Thanks.