diff options
Diffstat (limited to 'src/plugins/unittest/crypto')
-rw-r--r-- | src/plugins/unittest/crypto/crypto.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/unittest/crypto/crypto.h b/src/plugins/unittest/crypto/crypto.h index 587d7b76a2f..ab9f706c081 100644 --- a/src/plugins/unittest/crypto/crypto.h +++ b/src/plugins/unittest/crypto/crypto.h @@ -38,6 +38,15 @@ typedef struct unittest_crypto_test_registration typedef struct { int verbose; + + /* perf */ + vnet_crypto_alg_t alg; + u32 warmup_rounds; + u32 rounds; + u32 buffer_size; + u32 n_buffers; + u8 one_key; + unittest_crypto_test_registration_t *test_registrations; } crypto_test_main_t; |