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
- Host: GitHub
- URL: https://github.com/nastel/gocypher-cybench-junit
- Owner: Nastel
- License: apache-2.0
- Created: 2021-05-12T12:00:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T18:59:12.000Z (about 3 years ago)
- Last Synced: 2025-03-30T21:41:29.568Z (over 1 year ago)
- Topics: ci-cd, cybench, devops, java, jmh, jmh-benchmarks, junit, junit4, junit5, testng, testng-framework
- Language: Java
- Homepage:
- Size: 409 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.