mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
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>
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.