Class BenchmarkPlan


  • public class BenchmarkPlan
    extends Plan
    Measures Jadex performance by executing several configure goals.
    • Field Detail

      • runs

        protected int runs
        The number of runs to be performed.
      • goals

        protected int goals
        The number of different goals to be executed per run.
    • Constructor Detail

      • BenchmarkPlan

        public BenchmarkPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan