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

in PepperBoxLoadConsumer include the thread-count in the results filename #28

Open
julianharty opened this issue Mar 12, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@julianharty
Copy link
Member

This is a specific small change to make the results files easier to track and manage. It's not particularly elegant. At some point it might be useful to allow more flexible naming of the results files, particularly to suit and support multi-node test runs e.g. with many producer and consumer nodes.

Current code:

String resultsFilename = "results-" + perThreadTopic + ".csv";

New code:

String resultsFilename = "results-" + perThreadTopic + "-of-" + totalThreads + ".csv";
@julianharty julianharty added the enhancement New feature or request label Mar 12, 2018
@julianharty julianharty self-assigned this Mar 12, 2018
julianharty added a commit that referenced this issue Mar 12, 2018
I've not found an elegant way to name the results files. e.g. for the
sample producer and consumer the filenames have a pattern of 50 of 53,
51 of 53 and 52 of 53. For now, this'll do. For other users we might
want a more user-friendly format for the filenames.

#28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant