test/hash: move lock-free tests to perf tests
authorHonnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Mon, 3 Feb 2020 19:49:11 +0000 (13:49 -0600)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 5 Feb 2020 18:42:24 +0000 (19:42 +0100)
commit2cc1d7b40f40768b0aca71450f4b011eff27c919
tree6c438137b389068d4a2f28ca64ce74919d78db03
parent03a0ed1a5935ab682554f52bff87b3c4a8c4b5df
test/hash: move lock-free tests to perf tests

Move reader writer lock free tests to performance tests.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
app/test/Makefile
app/test/autotest_data.py
app/test/meson.build
app/test/test_hash_readwrite_lf.c [deleted file]
app/test/test_hash_readwrite_lf_perf.c [new file with mode: 0644]