Commit Graph

2 Commits

Author SHA1 Message Date
THIS ONE IS A LITTLE BIT TRICKY KRUB
da003a997d fix: update base URL and reduce concurrent users for load test 2025-04-04 22:01:00 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
e9580c3543 Add load testing tool for inventory status endpoint
- Implemented a load testing utility in main.go to simulate concurrent requests to the inventory status endpoint.
- Introduced a Metrics struct to track successes, failures, and response times.
- Added functionality to calculate and print a summary of the load test results, including total requests, success rate, and response time statistics.
- Utilized goroutines and a WaitGroup to handle concurrent HTTP requests efficiently.
2025-04-04 20:49:00 +07:00