You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 (theConnectionFactory
, theSSLContext
, 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.The text was updated successfully, but these errors were encountered: