databene ContiPerf

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

License

License

BSD License
GroupId

GroupId

com.github.javatlacati
ArtifactId

ArtifactId

contiperf
Last Version

Last Version

2.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/javatlacati/contiperf
Source Code Management

Source Code Management

https://github.com/javatlacati/contiperf

Download contiperf

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.4.3