mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-28 13:53:09 +00:00
For the dual core chips like ESP32H4 that are running on slow CPU clock frequency (96MHz), the number of events getting dispatched in the test case called "performance test - no dedicated task" were falling short of expectation because of extra overhead with locks etc when runing with a non dedicated task. Even for other chips like ESP32S3, if the main CPU core is running at 80MHz, the result is same. Hence, added a consideration for CPU clock frequency when deciding pass criteria for this test case.