platform/doc/README.md
thomashii@dukefirehawk.com 9a5201b6f0 Fixed deprecated warnings
2022-09-19 00:58:28 +08:00

8 lines
210 B
Markdown

# Performance Testing
## 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.