MVN

io.fluo : fluo-stress

Maven & Gradle

Sep 29, 2014
1 usages

Stress · This module contains Fluo stress tests. Stress tests are different than integration tests in that they are designed to run on a cluster while integration tests only run on MiniFluo in a local environment. This module produces the jar needed to run a stress test on a cluster. Currently, this module only has one stress test (the Trie test) but other tests could be added to this module in the future.

<dependency>
    <groupId>io.fluo</groupId>
    <artifactId>fluo-stress</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fluo : fluo-stress to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha-1
  • Latest Alpha: 1.0.0-alpha-1

All Versions

Choose a version of io.fluo : fluo-stress to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fluo-stress-1.0.0-alpha-1

How to add a dependency to Maven

Add the following io.fluo : fluo-stress maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fluo</groupId>
    <artifactId>fluo-stress</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fluo : fluo-stress gradle dependency to your build.gradle file:

implementation 'io.fluo:fluo-stress:1.0.0-alpha-1'

Gradle Kotlin DSL: Add the following io.fluo : fluo-stress gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fluo:fluo-stress:1.0.0-alpha-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fluo : fluo-stress sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fluo" % "fluo-stress" % "1.0.0-alpha-1"

Advertisement