|
||
---|---|---|
.. | ||
go.mod | ||
go.sum | ||
integration_test.go | ||
README.md |
These tests perform the following:
- Start and compile the application using
run.sh
. - Check idle resource usage (RAM, CPU).
- Test all endpoints such as
/settings
. - Test all search types and measure response times:
/search?q=test&t=text
/search?q=test&t=image
/search?q=test&t=video
/search?q=test&t=forum
/search?q=test&t=map
/search?q=test&t=file
- Check resource usage after searches (RAM, CPU).
- Re-run all search types to test cache performance.
- Test the suggestions API at
/suggestions?q=test
.