[Qemu-devel] [PATCH 1/4] qht-bench: document -p flag

Emilio G. Cota posted 4 patches 7 years, 2 months ago
[Qemu-devel] [PATCH 1/4] qht-bench: document -p flag
Posted by Emilio G. Cota 7 years, 2 months ago
Which we forgot to do in bd224fce60 ("qht-bench: add -p flag
to precompute hash values", 2018-09-26).

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 tests/qht-bench.c | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
2.17.1


Re: [Qemu-devel] [PATCH 1/4] qht-bench: document -p flag
Posted by Alex Bennée 7 years, 2 months ago
Emilio G. Cota <cota@braap.org> writes:

> Which we forgot to do in bd224fce60 ("qht-bench: add -p flag
> to precompute hash values", 2018-09-26).
>
> Signed-off-by: Emilio G. Cota <cota@braap.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  tests/qht-bench.c | 1 +
>  1 file changed, 1 insertion(+)
>
> 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"


--
Alex Bennée