Farfetch / maestro

A load testing tool to make tests execution and analysis using JMeter.
https://Farfetch.github.io/maestro
MIT License
32 stars 4 forks source link

Fix: Zip files are not compressed #832

Closed crazyplayy closed 1 year ago

crazyplayy commented 1 year ago

Description

Previously, a zip file had the same size as the csv in it, which is not expected. Now, the zip file is much smaller than the csv inside it, which shows the compression is now being applied.

Screenshot 2023-09-19 at 12 13 47

Closes #828

Checklist