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

Improvements to the performance testing harness #3484

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

kciesielski
Copy link
Member

@kciesielski kciesielski commented Jan 26, 2024

  1. Allow running tests for server groups like pekko.*, vertx.future.*, etc.
  2. Remove * for running all servers - there's too many of them anyway
  3. Add servers with ServerLog interceptor enabled

object VanillaServer extends ServerRunner { override def start = VertxRunner.runServer(Vanilla.route(1)) }
object VanillaMultiServer extends ServerRunner { override def start = VertxRunner.runServer(Vanilla.route(127)) }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: This is strange, SimpleGetMultiRoute tests should have been failing with 127 endpoints. I need to re-run them and double check the results now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because you've been hitting endpoint 127 and they had numbers 0..126? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah :) But Gatling still logs throughput, even if it gets 404s ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we can expect 200 in the scenario?

@kciesielski kciesielski requested a review from adamw January 26, 2024 12:26
@kciesielski kciesielski marked this pull request as ready for review January 26, 2024 12:26
@kciesielski kciesielski merged commit 4958706 into master Jan 26, 2024
28 checks passed
@kciesielski kciesielski deleted the perf-tests-interceptor branch January 26, 2024 13:44
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