From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
Longpeng <longpeng2@huawei.com>,
"Emilio G . Cota" <cota@braap.org>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH] tests: Move benchmarks into a separate folder
Date: Fri, 12 Mar 2021 11:20:38 +0100 [thread overview]
Message-ID: <fb75a1e6-c43e-18e9-0e53-bd9ae630765a@redhat.com> (raw)
In-Reply-To: <20210312092238.79509-1-thuth@redhat.com>
On 12/03/2021 10.22, Thomas Huth wrote:
> Make it clear that these files are related to benchmarks by moving
> them into a new folder called "bench".
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> Based-on: 20210310063314.1049838-1-thuth@redhat.com
>
> tests/{ => bench}/atomic64-bench.c | 0
> tests/{ => bench}/atomic_add-bench.c | 0
> tests/{ => bench}/benchmark-crypto-cipher.c | 0
> tests/{ => bench}/benchmark-crypto-hash.c | 0
> tests/{ => bench}/benchmark-crypto-hmac.c | 0
> tests/bench/meson.build | 34 +++++++++++++++++++++
> tests/{ => bench}/qht-bench.c | 0
> tests/meson.build | 34 +--------------------
> 8 files changed, 35 insertions(+), 33 deletions(-)
> rename tests/{ => bench}/atomic64-bench.c (100%)
> rename tests/{ => bench}/atomic_add-bench.c (100%)
> rename tests/{ => bench}/benchmark-crypto-cipher.c (100%)
> rename tests/{ => bench}/benchmark-crypto-hash.c (100%)
> rename tests/{ => bench}/benchmark-crypto-hmac.c (100%)
> create mode 100644 tests/bench/meson.build
> rename tests/{ => bench}/qht-bench.c (100%)
I just noticed that I forgot to update MAINTAINERS... I'll squash in this hunk:
diff --git a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2729,7 +2729,7 @@ F: crypto/
F: include/crypto/
F: qapi/crypto.json
F: tests/unit/test-crypto-*
-F: tests/benchmark-crypto-*
+F: tests/bench/benchmark-crypto-*
F: tests/unit/crypto-tls-*
F: tests/unit/pkix_asn1_tab.c
F: qemu.sasl
Thomas
next prev parent reply other threads:[~2021-03-12 11:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 9:22 [PATCH] tests: Move benchmarks into a separate folder Thomas Huth
2021-03-12 9:28 ` Paolo Bonzini
2021-03-12 10:20 ` Thomas Huth [this message]
2021-03-15 11:39 ` Daniel P. Berrangé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb75a1e6-c43e-18e9-0e53-bd9ae630765a@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=cota@braap.org \
--cc=longpeng2@huawei.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).