1 repo
Testing platforms that allow programmatic definition of request patterns and logic.
Distinguishing note: Focuses on the combination of request generation and embedded scripting.
Explore 1 awesome GitHub repository matching testing & quality assurance · Scriptable Request Generators. Refine with filters or upvote what's useful.
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
Allows developers to define custom HTTP request patterns and response processing logic using embedded scripting.