Tweak markup in faq.rst

This commit is contained in:
Berker Peksag 2015-12-15 01:15:51 +02:00
parent 4f597dc0aa
commit 58108ef7e6

View File

@ -28,9 +28,9 @@ How might I test a proxy configuration?
---------------------------------------
The Boom_ program is a great way to test that your proxy is correctly
buffering responses for the synchronous workers.
buffering responses for the synchronous workers::
boom -n 10000 -c 100 http://127.0.0.1:5000/
$ boom -n 10000 -c 100 http://127.0.0.1:5000/
This runs a benchmark of 10000 requests with 100 running concurrently.