Hi,
I am using gatling frontline to run my simulation. I have pushed 79MB zip file to Git repository and referencing this zip file in my simulation
Here is the feeder file’s code
val records: BatchableFeederBuilder[String] = csv(“data/agent-perf.zip”).unzip.batch.random
But in deployment its failing with below error in build logs
ava.lang.IllegalArgumentException: Archive format not supported, couldn’t find neither ZIP nor GZIP magic number at io.gatling.core.feeder.SeparatedValuesFeederSource$.$anonfun$unzip$2(FeederSource.scala:90)
can anyone please help here?