Files
littlefs/scripts
Christopher Haster 275ca0e0ec scripts: bench.py: Fixed issue where cumul results were mixed together
Whoops, looks like cumulative results were overlooked when multiple
bench measurements per bench were added. We were just adding all
cumulative results together!

This led to some very confusing bench results.

The solution here is to keep track of per-measurement cumulative results
via a Python dict. Which adds some memory usage, but definitely not
enough to be noticeable in the context of the bench-runner.
2025-05-15 16:16:41 -05:00
..
2025-04-30 00:57:17 -05:00
2025-04-30 00:57:17 -05:00
2025-04-16 15:23:06 -05:00
2025-04-16 15:23:06 -05:00