An open API service indexing awesome lists of open source software.

https://github.com/nastel/gocypher-cybench-junit

Performance Benchmarking for JUnit tests
https://github.com/nastel/gocypher-cybench-junit

ci-cd cybench devops java jmh jmh-benchmarks junit junit4 junit5 testng testng-framework

Last synced: 11 months ago
JSON representation

Performance Benchmarking for JUnit tests

Awesome Lists containing this project

README

          

# gocypher-cybench-junit

CyBench performance benchmarks (JMH) for your unit tests.

Supported unit testing frameworks:

* JUnit4
* JUnit5
* TestNG

## Implementations

### Test2Benchmark (T2B) agent

Java agent app building JMH benchmarks for compiled unit tests.

See [cybench-t2b-agent](cybench-t2b-agent) [readme](cybench-t2b-agent/README.md) file for usage details.