Skip to content

PeterXiao/contiperf

 
 

Repository files navigation

Maven central

Sorry for the inconveniences, the project development continues here.

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:

More

Check out Wiki.

About

DEPRECATED Use JMH - Continuous Performance Testing (JUnit)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.1%
  • HTML 4.9%