Files
littlefs/runners
Christopher Haster 1be93a2a3e runners: bench: Added a small bench probe cache
The idea here is to try to use the string pointer itself to bypass
strcmps and the O(n) scan.

It doesn't seem to have any impact on our current bench runtime, but it
doesn't hurt to keep around.
2026-03-09 22:55:09 -05:00
..