mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 00:55:21 +00:00
The pthread_pressure test was not a typical test per se. It was a benchmark in search of the proper home. Let's move it to the correct place in the Zephyr tree, add a doc, and provide some reporting. Currently, k_threads out-perform pthreads by almost a factor of 2. The theoretical maximum performance of pthreads would be at parity of k_threads, since pthreads are a wrapper around kernel threads. It would be great to reduce the gap. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_FORCE_NO_ASSERT=y
|
|
|
|
CONFIG_POSIX_API=y
|
|
CONFIG_POSIX_AEP_CHOICE_BASE=y
|
|
CONFIG_POSIX_PRIORITY_SCHEDULING=y
|