]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tests: Move benchmarks into a separate folder
authorThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 09:22:38 +0000 (10:22 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 14:46:30 +0000 (15:46 +0100)
commit3b472e71d50fe33f2e0dfdd447dde5910ddf0761
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>
15 files changed:
MAINTAINERS
tests/atomic64-bench.c [deleted file]
tests/atomic_add-bench.c [deleted file]
tests/bench/atomic64-bench.c [new file with mode: 0644]
tests/bench/atomic_add-bench.c [new file with mode: 0644]
tests/bench/benchmark-crypto-cipher.c [new file with mode: 0644]
tests/bench/benchmark-crypto-hash.c [new file with mode: 0644]
tests/bench/benchmark-crypto-hmac.c [new file with mode: 0644]
tests/bench/meson.build [new file with mode: 0644]
tests/bench/qht-bench.c [new file with mode: 0644]
tests/benchmark-crypto-cipher.c [deleted file]
tests/benchmark-crypto-hash.c [deleted file]
tests/benchmark-crypto-hmac.c [deleted file]
tests/meson.build
tests/qht-bench.c [deleted file]