2 dépôts
Mechanisms for defining success and failure criteria based on specific performance targets and service level objectives.
Distinct from Performance Testing: Distinct from Performance Testing: focuses on the definition of the pass/fail goals rather than the execution of the test itself.
Explore 2 awesome GitHub repositories matching testing & quality assurance · Performance Goal Definitions. Refine with filters or upvote what's useful.
k6 is a developer-centric load testing suite and command-line load generator designed for network performance validation. It functions as a JavaScript load testing tool that utilizes a Go-based runtime engine to simulate concurrent user traffic and validate API responses across HTTP, gRPC, and WebSockets. The project distinguishes itself by using code rather than a graphical interface to define workload scenarios and performance thresholds. It features a pluggable protocol architecture and an extension ecosystem that allows for the addition of custom protocols and specialized testing capabili
Defines success and failure criteria based on quantitative performance targets and service level objectives.
k6 is a performance testing framework used to measure the scalability and stability of network services and APIs. It functions as a JavaScript load testing tool that uses a Go engine to simulate concurrent user traffic. The tool enables the enforcement of service level objectives by comparing response time percentiles against quantitative performance thresholds. It also operates as a performance regression tool for continuous integration pipelines and a browser performance testing tool that executes scripts within a bundled headless browser instance. Its capabilities cover workload scenario
Allows users to set specific service level objectives to automatically determine if a performance run passed or failed.