Package jline.bench.lqn
Class BenchLQN_LQNS
java.lang.Object
jline.bench.lqn.BenchLQN_LQNS
LQN benchmark using LQNS solver (Layered Queueing Network Solver native)
Note: Uses JMT as a proxy since native LQNS is external
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classLQNS-style solver factory for LQN benchmarks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method for testingstatic voidrunAll()Run all LQN benchmarks with LQNS solverstatic voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with LQNS solverstatic booleanRun a single LQN model with LQNS solver
-
Constructor Details
-
BenchLQN_LQNS
public BenchLQN_LQNS()
-
-
Method Details
-
runModel
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
Main method for testing
-