esp-idf/components/esp32s2/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
..
CMakeLists.txt
component.mk
digital_signature_test_cases.h
gen_digital_signature_tests.py
test_ds.c
test_hmac.c
test_random.c
test_sha.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_spiram_cache_flush.c
test_stack_check.c
test_stack_check_cxx.cpp