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 Plugins and improve Thread startup #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 17, 2019

  1. Add Plugins and improve Thread startup

        * Adding plugin capability.
          Just add code that implements the IWorkerJob interface to the directory of NetLing.Client
          and it will be loaded during runtime.
          New command line option to select plugin name (-n)
    
         * Add Thread WarmUp capability
           Each thread performs some time of test, to warmup the server
    
         * Add P99, P95 reporting from command line
    
         * Start all thread together testing server
           If yoo many threads are used, some threads used to start earlier
           Add an event that controls the start of work on all threads
    MarioszMSFT committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5707953 View commit details
    Browse the repository at this point in the history