Once the endpoint and miner are setup and running, benchmark your setup:

python tests/benchmark_sdxl.py \\
--max_concurrent_requests <your-max-concurrent-requests> \\ # should equal to your miner.max_concurrent_requests
--n_times <number-of-iterations> \\ # n_times * max_concurrent_requests should be less than or equal to your miner.total_volume
--model_name <selected-model-name>