Giter Club home page Giter Club logo

performance-test-recorder-java's Introduction

Performance Test Recorder Java

Build Status Maven Central โ€“ Performance Test Recorder Java

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code

Java library for writing performance test records.

Usage

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-<TIMESTAMP>.csv.

Additional Information

performance-test-recorder-java's People

Contributors

jakobbraun avatar kaklakariada avatar pj-spoelders avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

performance-test-recorder-java's Issues

Dependency check build fails

Error:  Failed to execute goal org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0:audit (default-cli) on project performance-test-recorder-java: Detected 1 vulnerable components:
Error:    org.apache.commons:commons-text:jar:1.9:compile; https://ossindex.sonatype.org/component/pkg:maven/org.apache.commons/[email protected]?utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1
Error:      * [CVE-2022-42889] CWE-94: Improper Control of Generation of Code ('Code Injection') (9.8); https://ossindex.sonatype.org/vulnerability/CVE-2022-42889?component-type=maven&component-name=org.apache.commons%2Fcommons-text&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1

Fix CVE-2023-4759 in `org.eclipse.jgit:org.eclipse.jgit`

 Error:  Failed to execute goal org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0:audit (default-cli) on project performance-test-recorder-java: Detected 1 vulnerable components:
Error:    org.eclipse.jgit:org.eclipse.jgit:jar:6.3.0.202209071007-r:compile; https://ossindex.sonatype.org/component/pkg:maven/org.eclipse.jgit/[email protected]?utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1
Error:      * [CVE-2023-4759] CWE-178: Improper Handling of Case Sensitivity (8.8); https://ossindex.sonatype.org/vulnerability/CVE-2023-4759?component-type=maven&component-name=org.eclipse.jgit%2Forg.eclipse.jgit&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.