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

Performance MQ Blended Test #37

Closed
gentryae opened this issue Apr 15, 2021 · 1 comment
Closed

Performance MQ Blended Test #37

gentryae opened this issue Apr 15, 2021 · 1 comment

Comments

@gentryae
Copy link
Contributor

The experiment configuration for this makes no sense. We should be varying the pub/sub configuration for each message size. Theoretically you would have the first 5 iterations from test 1 and then multiply them for each iteration/variation in test 2 (5 iterations). This would result in 25 tests. You could lower this number by 5 because the first test has a message size of “small”. I personally don’t think we would need 25 tests… I would recommend running more of the extreme cases like tiny, medium, x large. And maybe even cut out some of the test 1 tests (i.e. just us the first 3 cases involving 1 machine per consumer/producer).

@jmbeach
Copy link
Contributor

jmbeach commented Apr 18, 2021

I see what you're saying. What about changing the tests to be as follows:

Producer Machines Producer Instances Consumer Machines Consumer Instances Message Size
3 8 3 8 medium
3 8 3 8 large
3 8 3 8 x-large
4 25 4 25 medium
4 25 4 25 large
4 25 4 25 x-large

Does this address the issues and seem like a useful set of tests?

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

No branches or pull requests

2 participants