Class BenchCQNTemplate

  • All Implemented Interfaces:

    
    public class BenchCQNTemplate
    
                        

    Template for CQN benchmark implementations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Map<String, Object> runBenchmark(String benchmarkName, int iteration, int N1, int N2, int numServers, boolean highCV, boolean randomMapping) Core benchmark implementation template
      static Map<String, Object> runBenchmark(String benchmarkName, int iteration, int N1, int N2, int numServers, boolean highCV, boolean randomMapping, SchedStrategy sched) Core benchmark implementation template with explicit scheduling strategy
      • Methods inherited from class java.lang.Object

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

      • BenchCQNTemplate

        BenchCQNTemplate()
    • Method Detail

      • runBenchmark

         static Map<String, Object> runBenchmark(String benchmarkName, int iteration, int N1, int N2, int numServers, boolean highCV, boolean randomMapping)

        Core benchmark implementation template

      • runBenchmark

         static Map<String, Object> runBenchmark(String benchmarkName, int iteration, int N1, int N2, int numServers, boolean highCV, boolean randomMapping, SchedStrategy sched)

        Core benchmark implementation template with explicit scheduling strategy