Skip to content

Commit 6558cbf

Browse files
authored
Merge pull request #213 from k-stachowiak/iotssl-2427-remove-memory-heavy-tests
Remove non-default, memory-heavy tests from the benchmark application
2 parents b16a513 + 608042f commit 6558cbf

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

benchmark/main.cpp

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

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

tests/benchmark.log

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
\s+HMAC_DRBG SHA-256 \(PR\)\s*:\s*\d+ KB/s
3939
\s+RSA-2048\s*:\s*\d+ ms/ public
4040
\s+RSA-2048\s*:\s*\d+ ms/private
41-
\s+RSA-4096\s*:\s*\d+ ms/ public
42-
\s+RSA-4096\s*:\s*\d+ ms/private
43-
\s+DHE-2048\s*:\s*\d+ ms/handshake
44-
\s+DH-2048\s*:\s*\d+ ms/handshake
45-
\s+DHE-3072\s*:\s*\d+ ms/handshake
46-
\s+DH-3072\s*:\s*\d+ ms/handshake
4741
\s+ECDSA-secp384r1\s*:\s*\d+ ms/sign
4842
\s+ECDSA-secp256r1\s*:\s*\d+ ms/sign
4943
\s+ECDSA-secp384r1\s*:\s*\d+ ms/verify

0 commit comments

Comments
 (0)