From: Emilio G. Cota Date: Fri, 23 Nov 2018 22:39:04 +0000 (-0500) Subject: qht-bench: document -p flag X-Git-Tag: v4.0.0-rc0~205^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e132fde25f309bc560d8a29a764142654d44d996;p=thirdparty%2Fqemu.git qht-bench: document -p flag Which we forgot to do in bd224fce60 ("qht-bench: add -p flag to precompute hash values", 2018-09-26). Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Signed-off-by: Richard Henderson --- diff --git a/tests/qht-bench.c b/tests/qht-bench.c index 2089e2bed17..636750d39f1 100644 --- a/tests/qht-bench.c +++ b/tests/qht-bench.c @@ -72,6 +72,7 @@ static const char commands_string[] = " -n = number of threads\n" "\n" " -o = offset at which keys start\n" + " -p = precompute hashes\n" "\n" " -g = set -s,-k,-K,-l,-r to the same value\n" " -s = initial size hint\n"