platform/docs/testing/performance
2024-10-01 20:40:15 -07:00
..
README.md Refactor: renaming doc to docs 2024-10-01 20:40:15 -07:00

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.