io.hyperfoil.clustering.Properties Maven / Gradle / Ivy
package io.hyperfoil.clustering;
public interface Properties {
String AGENT_NAME = "io.hyperfoil.agent.name";
String BENCHMARK_DIR = "io.hyperfoil.benchmarkdir";
String CONTROLLER_HOST = "io.hyperfoil.controller.host";
String CONTROLLER_PORT = "io.hyperfoil.controller.port";
String ROOT_DIR = "io.hyperfoil.rootdir";
String RUN_DIR = "io.hyperfoil.rundir";
String LIB_DIR = "io.hyperfoil.libdir";
String DEPLOYER = "io.hyperfoil.deployer";
String DEPLOY_TIMEOUT = "io.hyperfoil.deploy.timeout";
String RUN_ID = "io.hyperfoil.runid";
}