Go to file
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
backend Add load testing tool for inventory status endpoint 2025-04-04 20:49:00 +07:00
frontend Add load testing tool for inventory status endpoint 2025-04-04 20:49:00 +07:00
.gitattributes chore: add .gitattributes 2025-02-12 17:19:22 +07:00
.gitignore feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
docker-compose.yml chore: change wrong psql volume path, expose to 5433 2025-02-12 18:02:20 +07:00
package.json feat: use cookie instead of localstorage for token 2025-02-14 00:02:49 +07:00
pnpm-lock.yaml feat: use cookie instead of localstorage for token 2025-02-14 00:02:49 +07:00
README.md feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00

ForFarm

A smart farming software uses AI, weather data, and analytics to help farmers make better decisions and improve productivity. It empowers farmers and agribusinesses to make data-driven decisions and enhance productivity through integrated technological tools.

Installation

For development

docker compose up