Run Tests

In this section we will run tests to see the preformance behavior of the different setups.

Test Harness Commands

The test harness has three main components:

  1. The Dashboard where you can see the test results. This is the root or home page for the Test harness. For example, if the IP for the test harness is 167.2.1.3, then the Dashboard is http://167.2.1.3/.
  2. Next is the run tests api commands. Those commands look like this:

    1. Direct SQL Connections

      http://{your public IP}/api/TestHarness/test/{Number of test}/{Parrellel runs in a single test}
      
    2. Pooled Connections

      http://{your public IP}/api/TestHarness/test/pool/{Number of test}/{Parrellel runs in a single test}
      
  3. Lastly we have the reset data feature. This allows the removal of all previous tests. Again Assuming the same IP as above the API is located at:

    http://{your public IP}//api/TestHarness/reset/