databene ContiPerf

ContiPerf is an open source testing utility that enables the user to easily convert JUnit 4 test cases into performance tests.

Лицензия

Лицензия

BSD License
Группа

Группа

com.github.javatlacati
Идентификатор

Идентификатор

contiperf
Последняя версия

Последняя версия

2.4.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

databene ContiPerf
ContiPerf is an open source testing utility that enables the user to easily convert JUnit 4 test cases into performance tests.
Ссылка на сайт

Ссылка на сайт

https://github.com/javatlacati/contiperf
Система контроля версий

Система контроля версий

https://github.com/javatlacati/contiperf

Скачать contiperf

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.javatlacati/contiperf/ -->
<dependency>
    <groupId>com.github.javatlacati</groupId>
    <artifactId>contiperf</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javatlacati/contiperf/
implementation 'com.github.javatlacati:contiperf:2.4.3'
// https://jarcasting.com/artifacts/com.github.javatlacati/contiperf/
implementation ("com.github.javatlacati:contiperf:2.4.3")
'com.github.javatlacati:contiperf:jar:2.4.3'
<dependency org="com.github.javatlacati" name="contiperf" rev="2.4.3">
  <artifact name="contiperf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javatlacati', module='contiperf', version='2.4.3')
)
libraryDependencies += "com.github.javatlacati" % "contiperf" % "2.4.3"
[com.github.javatlacati/contiperf "2.4.3"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

ContiPerf

Maven Central Open Source Helpers FOSSA Status

Codacy Badge

Linux Build Status: Build Status

Total questions on stackoverflow

Continuous Performance Testing (Junit)

In order to assure software performance, software needs to be tested accordingly as early as possible - only weaknesses diagnosed early can be assessed quickly and cheaply. ContiPerf enables performance testing already in early development phases and in an easy-to-learn manner:

A developer writes a performance test in form of a JUnit 4 test case and adds performance test execution settings as well as performance requirements in form of Java annotations. When JUnit is invoked by an IDE, build script or build server, ContiPerf activates, performs the tests and creates an HTML report. The report provides a detailed overview of execution, requirements and measurements, even providing a latency distribution chart.

A large feature set for execution settings and performance requirements is available, e.g. Ramp up, warm up, individual pause timing, concurrent exection of test groups and more.

Requirements

You need at least Java 5 and JUnit 4.7 to use ContiPerf

Licence

ContiPerf is Open Source and you can choose among the following licenses:

FOSSA Status

Getting help / getting involved

If you are stuck, found a bug, have ideas for ContiPerf or want to help, visit the forum.

More

Check out Wiki.

Версии библиотеки

Версия
2.4.3