Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Gatling tests #3746

Merged
merged 4 commits into from
May 8, 2024
Merged

Rework Gatling tests #3746

merged 4 commits into from
May 8, 2024

Conversation

kciesielski
Copy link
Member

Gatling version 3.11 introduces changes which no longer allow us to run simulations programmatically from our PerfTestSuiteRunner. I removed the runner entirely, together with our custom reporters, leaving latency histograms. Our experience with performance tests shows that, in order to get unbiased results, test server and simulations shouldn't be run in aggregatted way. It is preferred to start a single test server and run simulations on it, so I'm leaving the ServerRunner and some instructions about how to use perfTests/Gatling/testOnly with parameterized user count and duration.

@kciesielski kciesielski marked this pull request as ready for review May 8, 2024 05:39
@kciesielski kciesielski requested a review from adamw May 8, 2024 05:39
@adamw adamw merged commit 19ca9d6 into master May 8, 2024
26 checks passed
@adamw adamw deleted the rework-gatling branch May 8, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants