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

Add support for step concurrency option #36

Merged
merged 1 commit into from
May 17, 2024

Conversation

mkuratczyk
Copy link
Contributor

Rather than evaluating every value between min and max, in our use case we want to test fewer concurrency levels (testing all value takes too long). With this option, erlperf --min 1 --max 100 --step 10 will only test [1, 10, 20, ... 100] (there's a bit of logic to get round values, rather than [1, 11, 21])

@max-au max-au added this to the 2.3.0 milestone May 17, 2024
@max-au
Copy link
Owner

max-au commented May 17, 2024

Thank you for the contribution!

@max-au max-au merged commit 1640b14 into max-au:master May 17, 2024
4 checks passed
@mkuratczyk mkuratczyk deleted the concurrency-step branch May 17, 2024 09:21
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