mhjort/trombi

File based raw reporter does not work when there are less than 20000 requests in simulation

Opened this issue · 0 comments

File based raw reporter clj-gatling.reporters.raw-reporter/file-reporter should batch results to files with batch size 20000. If there are multiple batches everything works fine. However, if simulation generates only one file the batching does not work correctly and raw.log file is empty,