Skip to content

Commit 94bf327

Browse files
author
Krzysztof Stachowiak
committed
Remove non-default, memory-heavy tests from the benchmark application
1 parent 97321fb commit 94bf327

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

benchmark/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ MBED_NOINLINE static int benchmark_rsa()
903903
mbedtls_rsa_context *rsa;
904904
const char *rsa_keys[] = {
905905
RSA_PRIVATE_KEY_2048,
906-
RSA_PRIVATE_KEY_4096,
907906
};
908907
size_t i;
909908

benchmark/mbedtls_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
#define MBEDTLS_RSA_C
9090
#endif
9191

92-
#if !defined(MBEDTLS_DHM_C)
93-
#define MBEDTLS_DHM_C
94-
#endif
95-
9692
#if !defined(MBEDTLS_ECDSA_C)
9793
#define MBEDTLS_ECDSA_C
9894
#endif

0 commit comments

Comments
 (0)