esp-idf/components/mbedtls/test
Marius Vikhammer 0a95151a75 unit_test: Refactor all performance tests that rely on cache compensated timer
There is no ccomp timer on C3, which means our performance tests will start
failing again due to variance caused by cache misses.

This MR adds TEST_PERFORMANCE_CCOMP_ macro that will only fail
performance test if CCOMP timer is supported on the target
2020-12-22 18:56:24 +11:00
..
crts esp_crt_bundle: add additional unit tests 2020-12-08 10:11:31 +08:00
CMakeLists.txt esp_crt_bundle: add additional unit tests 2020-12-08 10:11:31 +08:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_aes_gcm.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
test_aes_perf.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_aes.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
test_apb_dport_access.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_apb_dport_access.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_ecp.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_esp_crt_bundle.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
test_mbedtls_mpi.c mbedtls: Add missing sha_caps includes 2020-11-17 22:51:07 +00:00
test_mbedtls_sha.c mbedtls: Add missing sha_caps includes 2020-11-17 22:51:07 +00:00
test_mbedtls.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_rsa.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_sha_perf.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00