awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Performance Regression Testing Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPerformance Regression Testing Tools

Automated tools for tracking performance changes across code updates.

Distinguishing note: Focuses on automated comparison of response times over time.

Explore 1 awesome GitHub repository matching testing & quality assurance · Performance Regression Testing Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Performance Regression Testing Tools

Awesome Performance Regression Testing Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • wg/wrk

    wg/wrk

    40,075View on GitHub↗

    This project is a command-line HTTP load testing tool designed to measure the throughput and latency of web servers under high-concurrency conditions. It functions as a multi-threaded benchmarking engine that simulates thousands of simultaneous connections to evaluate server performance, identify bottlenecks, and determine capacity limits. The tool distinguishes itself through a shared-nothing thread architecture that isolates state within individual threads to eliminate lock contention during high-frequency request generation. It utilizes a non-blocking event loop and low-latency socket poll

    Automates the measurement of response times across code changes to ensure performance stability.

    C
    40,075View on GitHub↗