Class PerfRunner


  • public class PerfRunner
    extends java.lang.Object
    Runs a set of performance tests and stores the results in a database.
    Author:
    nathan
    • Constructor Summary

      Constructors 
      Constructor Description
      PerfRunner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addTest​(PerfTest test)  
      void run()
      Runs the set of tests defined
      • Methods inherited from class java.lang.Object

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

      • PerfRunner

        public PerfRunner()
    • Method Detail

      • addTest

        public void addTest​(PerfTest test)
      • run

        public void run()
        Runs the set of tests defined