zephyr/tests/benchmarks
Chris Friedt 3f60489fae tests: benchmarks: move pthread_pressure to benchmarks/posix
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>
2024-12-06 06:51:13 +01:00
..
app_kernel tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
cmsis_dsp
data_structure_perf tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
footprints arch: deprecate _current 2024-11-23 20:12:24 -05:00
latency_measure tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
mbedtls
posix/threads tests: benchmarks: move pthread_pressure to benchmarks/posix 2024-12-06 06:51:13 +01:00
sched tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sched_queues tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sched_userspace tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sys_kernel tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
thread_metric kernel/sched: Eliminate PRESTART thread state 2024-11-27 10:38:05 -05:00
wait_queues tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00