GerritForge / gatling-sbt-gerrit-test

Gatling SBT-based tests for Gerrit Code Review
2 stars 2 forks source link

Don't create infite chain of changes #4

Open DanieleSassoli opened 1 month ago

DanieleSassoli commented 1 month ago

Currently, each user pushes on top of the previous change, effectively creating infinite chain of changes which isn't a realistic use case.

Virtual users should push separate changes to resemble more realistic use case.