Class ParsePerfTest

java.lang.Object
com.singularsys.jeptests.system.perf.PerfTest
com.singularsys.jeptests.system.perf.tests.ParsePerfTest

public class ParsePerfTest extends PerfTest
Parses an expression nIterations times.
Author:
nathan
  • Field Details

    • useConfigParser

      public final boolean useConfigParser
  • Constructor Details

    • ParsePerfTest

      public ParsePerfTest(String name, String expression, int nIterations, boolean useConfigParser)
  • Method Details

    • setup

      public void setup()
      Set up the parser
      Overrides:
      setup in class PerfTest
    • run

      public void run() throws Exception
      Parse the expression nIterations times. This is the method that is timed.
      Overrides:
      run in class PerfTest
      Throws:
      Exception