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>
client-spec/clarity
HARSHIT GUPTA 2020-01-30 21:06:55 +05:30 committed by GitHub
parent 031efda8d1
commit 80ab4215db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}}"`