tests: Move benchmarks into a separate folder
commit3b472e71d50fe33f2e0dfdd447dde5910ddf0761
authorThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 09:22:38 +0000 (12 10:22 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 14:46:30 +0000 (12 15:46 +0100)
tree1cbbd713dcd7538794dbc569bd3f8c8309ad8ec0
parentda668aa15b99150a8595c491aee00d5d2426aaf9
tests: Move benchmarks into a separate folder

Make it clear that these files are related to benchmarks by moving
them into a new folder called "bench".

Message-Id: <20210312092238.79509-1-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/bench/atomic64-bench.c [moved from tests/atomic64-bench.c with 100% similarity]
tests/bench/atomic_add-bench.c [moved from tests/atomic_add-bench.c with 100% similarity]
tests/bench/benchmark-crypto-cipher.c [moved from tests/benchmark-crypto-cipher.c with 100% similarity]
tests/bench/benchmark-crypto-hash.c [moved from tests/benchmark-crypto-hash.c with 100% similarity]
tests/bench/benchmark-crypto-hmac.c [moved from tests/benchmark-crypto-hmac.c with 100% similarity]
tests/bench/meson.build [new file with mode: 0644]
tests/bench/qht-bench.c [moved from tests/qht-bench.c with 100% similarity]
tests/meson.build