Skip to content

Commit

Permalink
Remove non-default, memory-heavy tests from the benchmark application
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Stachowiak committed Nov 6, 2018
1 parent 97321fb commit 608042f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion benchmark/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ MBED_NOINLINE static int benchmark_rsa()
mbedtls_rsa_context *rsa;
const char *rsa_keys[] = {
RSA_PRIVATE_KEY_2048,
RSA_PRIVATE_KEY_4096,
};
size_t i;

Expand Down
4 changes: 0 additions & 4 deletions benchmark/mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
#define MBEDTLS_RSA_C
#endif

#if !defined(MBEDTLS_DHM_C)
#define MBEDTLS_DHM_C
#endif

#if !defined(MBEDTLS_ECDSA_C)
#define MBEDTLS_ECDSA_C
#endif
Expand Down
6 changes: 0 additions & 6 deletions tests/benchmark.log
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
\s+HMAC_DRBG SHA-256 \(PR\)\s*:\s*\d+ KB/s
\s+RSA-2048\s*:\s*\d+ ms/ public
\s+RSA-2048\s*:\s*\d+ ms/private
\s+RSA-4096\s*:\s*\d+ ms/ public
\s+RSA-4096\s*:\s*\d+ ms/private
\s+DHE-2048\s*:\s*\d+ ms/handshake
\s+DH-2048\s*:\s*\d+ ms/handshake
\s+DHE-3072\s*:\s*\d+ ms/handshake
\s+DH-3072\s*:\s*\d+ ms/handshake
\s+ECDSA-secp384r1\s*:\s*\d+ ms/sign
\s+ECDSA-secp256r1\s*:\s*\d+ ms/sign
\s+ECDSA-secp384r1\s*:\s*\d+ ms/verify
Expand Down

0 comments on commit 608042f

Please sign in to comment.