diff mbox series

[PULL,29/32] qht-bench: document -p flag

Message ID 20181214031923.29527-31-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [PULL,01/32] tcg/i386: Always use %ebp for TCG_AREG0 | expand

Commit Message

Richard Henderson Dec. 14, 2018, 3:19 a.m. UTC
From: "Emilio G. Cota" <cota@braap.org>

Which we forgot to do in bd224fce60 ("qht-bench: add -p flag
to precompute hash values", 2018-09-26).

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 tests/qht-bench.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tests/qht-bench.c b/tests/qht-bench.c
index 2089e2bed1..636750d39f 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"