https://github.com/exasol/performance-test-recorder-java
Java library for writing performance test records
https://github.com/exasol/performance-test-recorder-java
exasol-integration integration-testing performance-testing
Last synced: 9 months ago
JSON representation
Java library for writing performance test records
- Host: GitHub
- URL: https://github.com/exasol/performance-test-recorder-java
- Owner: exasol
- License: mit
- Created: 2021-08-17T07:32:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T08:49:33.000Z (11 months ago)
- Last Synced: 2025-06-02T19:47:12.044Z (11 months ago)
- Topics: exasol-integration, integration-testing, performance-testing
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Performance Test Recorder Java
[](https://github.com/exasol/performance-test-recorder-java/actions/workflows/ci-build.yml)
[](https://search.maven.org/artifact/com.exasol/performance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Aperformance-test-recorder-java)
Java library for writing performance test records.
## Usage
```java
class MyTest {
@Test
void myTest(TestInfo testInfo) {
PerformanceTestRecorder.getInstance().recordExecution(testInfo,
() -> sql.executeQuery("SELECT * FROM TEST"));
}
}
```
The performance test recorder writes the record to `target/performanceLog-.csv`.
## Additional Information
* [Changelog](doc/changes/changelog.md)
* [Dependencies](dependencies.md)