modulepackage
0.0.0-20240915052515-6d1a674b2822
Repository: https://github.com/satyabirbhoi/gobench2.git
Documentation: pkg.go.dev
# README
GoBench - REST API Load Testing
GoBench is a lightweight tool for performing load testing on REST APIs, specifically using GET, POST, and PUT methods. This tool is written in Go and is designed to test API performance under varying loads.
Features
- GET, POST, and PUT method testing
- Concurrent requests for high-load simulation
- Customizable request parameters and headers
Installation
- Clone the repository:
git clone https://github.com/Satyabirbhoi/gobench2.git
# Variables
No description provided by the author
# Structs
Configuration represents the configuration for load testing.
No description provided by the author
ResponseData is a struct to store the response data for each request.
No description provided by the author