Class BenchLQN_LQNS

java.lang.Object
jline.bench.lqn.BenchLQN_LQNS

public class BenchLQN_LQNS extends Object
LQN benchmark using LQNS solver (Layered Queueing Network Solver native) Note: Uses JMT as a proxy since native LQNS is external
  • Constructor Details

    • BenchLQN_LQNS

      public BenchLQN_LQNS()
  • Method Details

    • runModel

      public static boolean runModel(String modelPath)
      Run a single LQN model with LQNS solver
    • runConfiguration

      public static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
      Run benchmarks for a specific configuration with LQNS solver
    • runAll

      public static void runAll()
      Run all LQN benchmarks with LQNS solver
    • main

      public static void main(String[] args)
      Main method for testing