add: adding info on running benchmark test

This commit is contained in:
Patrick Stewart 2024-10-17 19:18:28 -07:00
parent df2bdbffdc
commit 877907622d

10
docs/Testing.md Normal file
View file

@ -0,0 +1,10 @@
# Performance Testing
The performance test can be run with the following tools.
## WRT
```bash
wrk -t12 -c400 -d30s http://localhost:8080/query?queries=20
```
This runs a benchmark for 30 seconds, using 12 threads, and keeping 400 HTTP connections open.