wrk: fix typo (#3822)

* wrk: fix typo

* Update pages/common/wrk.md

Co-Authored-By: Owen Voke <owzie123@gmail.com>

Co-authored-by: Owen Voke <owzie123@gmail.com>
This commit is contained in:
HARSHIT GUPTA
2020-01-30 21:06:55 +05:30
committed by GitHub
parent 031efda8d1
commit 80ab4215db

View File

@@ -13,4 +13,4 @@
- Run a benchmark with a request timeout of `2` seconds:
`wrk -t{{2}} -c{{5}} -d{{5s}} — timeout {{2s}} "{{http://example.com/index.html}}"`
`wrk -t{{2}} -c{{5}} -d{{5s}} --timeout {{2s}} "{{http://example.com/index.html}}"`