Class PerformanceTester


  • public final class PerformanceTester
    extends java.lang.Object
    Class to run a performance test on a production database by loading a set of template queries from a userprofile database and running them in varying numbers of threads.
    Author:
    Matthew Wakeling
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        .
        Parameters:
        args - number of threads you want to run
        Throws:
        java.lang.Exception - if something goes horribly wrong