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:
@@ -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}}"`
|
||||
|
Reference in New Issue
Block a user