Registry / testing / contiperf

contiperf

JSON →
library2.3.4javamavenunverified

A testing utility that converts JUnit 4 test cases into performance tests with annotations.

<dependency> <groupId>org.databene</groupId> <artifactId>contiperf</artifactId> <version>2.3.4</version> </dependency>
INSTALL
IMPORT
SIG · CONTIPERF
C
contiperf
testingjavav2.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PerfTest
org.databene.contiperf.PerfTest

Shows how to annotate a JUnit test for performance testing.

import org.databene.contiperf.PerfTest; import org.junit.Test; public class ExampleTest { @Test @PerfTest(invocations = 100, threads = 10) public void testPerformance() { // Your test logic here } }
Debug
Known issues
breakingContiPerf requires JUnit 4 and may not work with JUnit 5 without additional adapters.
fix
Use JUnit 4 or add a JUnit 5 extension if available.
affects: >=2.0.0
Upgrade
Version history
2.3.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
contiperf — mvn dependency:get contiperf · libregistry