Class ProfilingApplication

java.lang.Object
org.apache.tinkerpop.gremlin.driver.util.ProfilingApplication

public class ProfilingApplication extends Object
An internal application used to test out configuration parameters for Gremlin Driver.
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Constructor Details

    • ProfilingApplication

      public ProfilingApplication(String executionName, Cluster cluster, int requests, ExecutorService executor, String script, int tooSlowThreshold, boolean exercise, boolean suppressStackTraces)
  • Method Details

    • executeThroughput

      public long executeThroughput() throws Exception
      Throws:
      Exception
    • executeLatency

      public double executeLatency() throws Exception
      Throws:
      Exception
    • main

      public static void main(String[] args)