1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
RIOT/tests/bench/runtime_coreapis
Marian Buschsieweke 68968c5ebb
tests/bench/runtime_coreapis: add clist_sort() benchmark
This adds a benchmark for clist_sort() and calls that on three different
list sizes.

Co-authored-by: Kaspar Schleiser <kaspar@schleiser.de>
Co-authored-by: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
2025-04-14 13:36:52 +02:00
..

Measure Runtime of Selected Core API functions

This benchmark application measures the runtime of selected core API functions. Its purpose is to provide a baseline to assess the impacts when doing changes to core code.

This application is not complete, simply add additional runs if needed.