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

Refactor command line processing #92

Open
acogoluegnes opened this issue Mar 27, 2018 · 0 comments
Open

Refactor command line processing #92

acogoluegnes opened this issue Mar 27, 2018 · 0 comments
Assignees
Milestone

Comments

@acogoluegnes
Copy link
Collaborator

Adding a new command line option needs to edit the PerfTest class in several places. Options could refactored as links of a chain of responsabilities, modifying a context (the ConnectionFactory, the SSLContext, etc). Adding a new command would a matter of adding a new link (a class or a instance of some sort). Checks could also be done, to avoid e.g. duplicates.

@acogoluegnes acogoluegnes added this to the 2.2.0 milestone Mar 27, 2018
@acogoluegnes acogoluegnes self-assigned this Mar 27, 2018
@acogoluegnes acogoluegnes modified the milestones: 2.2.0, 3.0.0 Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant