Package jline.bench.lqn
Class BenchLQN_SRVN
-
- All Implemented Interfaces:
public class BenchLQN_SRVNLQN benchmark using SRVN solver (Stochastic Rendezvous Networks) Note: Uses JMT as a proxy since native SRVN is external
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBenchLQN_SRVN.SRVNSolverFactorySRVN-style solver factory for LQN benchmarks
-
Constructor Summary
Constructors Constructor Description BenchLQN_SRVN()
-
Method Summary
Modifier and Type Method Description static booleanrunModel(String modelPath)Run a single LQN model with SRVN solver static voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)Run benchmarks for a specific configuration with SRVN solver static voidrunAll()Run all LQN benchmarks with SRVN solver static voidmain(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 SRVN solver
-
runAll
static void runAll()
Run all LQN benchmarks with SRVN solver
-
-
-
-