qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to run crypto benchmarks tests?


From: Philippe Mathieu-Daudé
Subject: Re: How to run crypto benchmarks tests?
Date: Wed, 20 Jan 2021 14:58:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 1/20/21 2:06 PM, Daniel P. Berrangé wrote:
> On Wed, Jan 20, 2021 at 01:50:48PM +0100, Philippe Mathieu-Daudé wrote:
>> Hi,
>>
>> Using the following "build tools and doc" config:
>>
>> ../configure --disable-system --disable-user
>>                                  ...
>>                      TLS priority: "NORMAL"
>>                    GNUTLS support: YES
>>                         libgcrypt: NO
>>                            nettle: YES
>>                               XTS: YES
>>                          libtasn1: YES
>>                               PAM: YES
>>                                  ...
>>
>> $ make check-help
>> ...
>>  make check-speed          Run qobject speed tests
>> ...
>> Test targets:
>>   check                          - Run all tests (check-help for details)
>>   bench                          - Run all benchmarks
>>   docker                         - Help about targets running tests
>> inside containers
>>
>> $ make check-speed
>> make: *** No rule to make target 'bench-speed', needed by 'check-speed'.
>>  Stop.
>> $ make bench-speed
>> make: *** No rule to make target 'bench-speed'.  Stop.
>> $ make check-bench
>> make: *** No rule to make target 'check-bench'.  Stop.
>> $ make bench
>> make: Nothing to be done for 'bench'.
>>
>> I want to run these tests:
>>
>> $ ls -1 tests/test-crypto-*c
>> tests/test-crypto-afsplit.c
>> tests/test-crypto-block.c
>> tests/test-crypto-cipher.c
>> tests/test-crypto-hash.c
>> tests/test-crypto-hmac.c
>> tests/test-crypto-ivgen.c
>> tests/test-crypto-pbkdf.c
>> tests/test-crypto-secret.c
>> tests/test-crypto-tlscredsx509.c
>> tests/test-crypto-tlssession.c
>> tests/test-crypto-xts.c
> 
> These aren't benchmarks - they're regular unit tests - eg make check-unit 
> 
> The benchmarks are tests/benchmark-crypto*.c

Oops indeed. I want to run both to be sure.

> Either way, all of this is surrounded by 'if have_block' in tests/meson.build
> which should apply if you have tools enabled or system emulators enabled.

That helped:

                      block layer: NO

I'll see why the tools are not automatically selected.

Thanks,

Phil.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]