mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
Merge branch 'bugfix/use_less_ram_for_esp_event_performance_test' into 'master'
esp_event: reduce event bases registered in performance test See merge request espressif/esp-idf!7807
This commit is contained in:
commit
2187948cf0
@ -1415,7 +1415,7 @@ static void performance_test(bool dedicated_task)
|
||||
|
||||
TEST_SETUP();
|
||||
|
||||
const char test_base[] = "qwertyuiopasdfghjklzxvbnmmnbvcxzqwertyuiopasdfghjklzxvbnmmnbvcxz";
|
||||
const char test_base[] = "qwertyuiopasdfghjklzxvbnmmnbvcxz";
|
||||
|
||||
#define TEST_CONFIG_BASES (sizeof(test_base) - 1)
|
||||
#define TEST_CONFIG_IDS (TEST_CONFIG_BASES / 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user