test/hash: report non HTM numbers for single thread
authorStanislaw Kardach <kda@semihalf.com>
Tue, 10 May 2022 11:57:34 +0000 (13:57 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 11 May 2022 12:01:03 +0000 (14:01 +0200)
commitaf0892af4227802a184d111a86db82924c220979
tree25e8e8f93a5e519ef5612ed75317de9bbdc2f3a7
parent36db4a1ad46448a2610133b021677ce6a0e0534e
test/hash: report non HTM numbers for single thread

In hash_readwrite_perf_autotest a single read and write operation is
benchmarked for both HTM and non HTM cases. However the result summary
only shows the HTM value. Therefore add the non HTM value for
completeness.

Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency")

Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Acked-by: Yipeng Wang <yipeng1.wang@intel.com>
app/test/test_hash_readwrite.c