add: adding info on running benchmark test
This commit is contained in:
parent
df2bdbffdc
commit
877907622d
1 changed files with 10 additions and 0 deletions
10
docs/Testing.md
Normal file
10
docs/Testing.md
Normal 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.
|
Loading…
Reference in a new issue