Package jline.bench.lqn
Class BenchLQN_LQNS
-
- All Implemented Interfaces:
public class 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 Classes Modifier and Type Class Description public class
BenchLQN_LQNS.LQNSSolverFactory
LQNS-style solver factory for LQN benchmarks
-
Constructor Summary
Constructors Constructor Description BenchLQN_LQNS()
-
Method Summary
Modifier and Type Method Description static boolean
runModel(String modelPath)
Run a single LQN model with LQNS solver static void
runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
Run benchmarks for a specific configuration with LQNS solver static void
runAll()
Run all LQN benchmarks with LQNS solver static void
main(Array<String> args)
Main method for testing -
-
Method Detail
-
runConfiguration
static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
Run benchmarks for a specific configuration with LQNS solver
-
runAll
static void runAll()
Run all LQN benchmarks with LQNS solver
-
-
-
-