cleanup sw req
This commit is contained in:
26
draft- to be removed SW/components/perf_tests/Kconfig
Normal file
26
draft- to be removed SW/components/perf_tests/Kconfig
Normal file
@@ -0,0 +1,26 @@
|
||||
menu "Performance Tests"
|
||||
|
||||
config ENABLE_PERF_TESTS
|
||||
bool "Enable performance tests (CPU, memory, stack)"
|
||||
default y
|
||||
help
|
||||
Enable building and running performance-oriented Unity tests
|
||||
(CPU load, memory consumption, and stack usage).
|
||||
|
||||
if ENABLE_PERF_TESTS
|
||||
|
||||
config ENABLE_CPU_LOAD_TEST
|
||||
bool "Enable CPU load test"
|
||||
default y
|
||||
|
||||
config ENABLE_MEMORY_TEST
|
||||
bool "Enable memory consumption test"
|
||||
default y
|
||||
|
||||
config ENABLE_STACK_USAGE_TEST
|
||||
bool "Enable stack usage test"
|
||||
default y
|
||||
|
||||
endif # ENABLE_PERF_TESTS
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user