ForFarm/backend
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
..
cmd/forfarm feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
internal feat: add setting and profile setting page 2025-04-04 17:12:24 +07:00
loadtest Add load testing tool for inventory status endpoint 2025-04-04 20:49:00 +07:00
migrations Merge branch 'main' into feature-knowledge-hub 2025-04-04 15:34:22 +07:00
.air.toml feat: add analytic event aggregator 2025-03-27 23:45:39 +07:00
.gitignore feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
go.dockerfile feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
go.mod feat: add chatbot endpoint 2025-04-04 15:24:14 +07:00
go.sum feat: add chatbot endpoint 2025-04-04 15:24:14 +07:00
makefile chore: add rollback script 2025-03-20 15:52:51 +07:00