Last Version

Stress 1.0.0-alpha-1

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.

License

License

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-stress
Version

Version

1.0.0-alpha-1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.fluo.io/fluo-stress
Project Organization

Project Organization

Fluo IO

Download fluo-stress 1.0.0-alpha-1


<!-- https://jarcasting.com/artifacts/io.fluo/fluo-stress/ -->
<dependency>
    <groupId>io.fluo</groupId>
    <artifactId>fluo-stress</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fluo/fluo-stress/
implementation 'io.fluo:fluo-stress:1.0.0-alpha-1'
// https://jarcasting.com/artifacts/io.fluo/fluo-stress/
implementation ("io.fluo:fluo-stress:1.0.0-alpha-1")
'io.fluo:fluo-stress:jar:1.0.0-alpha-1'
<dependency org="io.fluo" name="fluo-stress" rev="1.0.0-alpha-1">
  <artifact name="fluo-stress" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fluo', module='fluo-stress', version='1.0.0-alpha-1')
)
libraryDependencies += "io.fluo" % "fluo-stress" % "1.0.0-alpha-1"
[io.fluo/fluo-stress "1.0.0-alpha-1"]

Dependencies

compile (1)

Group / Artifact Type Version
io.fluo : fluo-core jar 1.0.0-alpha-1

test (5)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.accumulo : accumulo-minicluster jar 1.6.1
org.apache.accumulo : accumulo-test jar 1.6.1
org.apache.mrunit : mrunit jar 1.1.0
io.fluo : fluo-core test-jar 1.0.0-alpha-1

Project Modules

There are no modules declared in this project.