| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.fluo |
| Идентификатор | Идентификаторfluo-stress |
| Версия | Версия1.0.0-alpha-1 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| fluo-stress-1.0.0-alpha-1.pom | |
| fluo-stress-1.0.0-alpha-1.jar | 17 KB |
| fluo-stress-1.0.0-alpha-1-sources.jar | 7 KB |
| fluo-stress-1.0.0-alpha-1-javadoc.jar | 69 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.fluo : fluo-core | jar | 1.0.0-alpha-1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |