nuttx-apps/testing/stressapptest
guohao15 909ab76eae app:port stressapptest to nuttx
stressapptest is a userspace test, primarily composed of threads doing memory copies
and directIO disk read/write. It allocates a large block of memory (typically 85% of
the total memory on the machine), and each thread will choose randomized blocks of
memory to copy, or to write to disk. Typically there are two threads per processor,
and two threads for each disk. Result checking is done as the test proceeds by
CRCing the data as it is copied.
https://github.com/stressapptest/stressapptest

Signed-off-by: guohao15 <guohao15@xiaomi.com>
2024-08-21 17:07:52 +08:00
..
CMakeLists.txt cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
Kconfig app:port stressapptest to nuttx 2024-08-21 17:07:52 +08:00
Make.defs app:port stressapptest to nuttx 2024-08-21 17:07:52 +08:00
Makefile app:port stressapptest to nuttx 2024-08-21 17:07:52 +08:00