Skip to content

LoadTester v1.0.0

Latest

Choose a tag to compare

@AlguevaraSec AlguevaraSec released this 26 Jun 01:04
· 6 commits to main since this release
38342e1

🚀 Guevara Benchmark v1.0.0

Initial public release of Guevara Benchmark, a lightweight asynchronous HTTP load testing and benchmarking tool built with FastAPI and aiohttp.

✨ Features

  • Modern web-based interface
  • Asynchronous HTTP benchmarking
  • Configurable concurrency
  • GET & POST request support
  • Custom HTTP headers
  • Request body support
  • Requests per second (RPS) calculation
  • HTTP status code statistics
  • Automatic transparent User-Agent
  • Lightweight and easy to run

📦 Installation

pip install -r requirements.txt
python main.py

Open:

http://127.0.0.1:8000

📝 Notes

This first release focuses on providing a simple, reliable benchmarking experience.
but its have about 2k req per second so based on your laptop/vps/pc
Future releases may include:

  • Response time metrics
  • Additional HTTP methods
  • Authentication support
  • CLI mode
  • Improved UI and analytics

Thank you for checking out Guevara Benchmark. Feedback, issues, and contributions are always welcome.