All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hyperfoil.clustering.Properties Maven / Gradle / Ivy

There is a newer version: 0.27
Show newest version
package io.hyperfoil.clustering;

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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy