v0.4.0 (Mar 14, 2026)
New benchmark(s):
- membench
Fix(es):
- Refactor CPU cache columns: split the old
cpu_l1_cache(total bytes) into separate per-core KiB columns
cpu_l1d_cacheandcpu_l1i_cache; convertcpu_l2_cacheandcpu_l3_cachefrom total bytes to per-core KiB;
addcpu_l1d_cache_total,cpu_l1i_cache_total,cpu_l2_cache_total, andcpu_l3_cache_totalcolumns storing
the total cache size in KiB across all cores. - Use
lstopooutput as the primary source for L1/L2/L3 CPU cache sizes, falling back tolscpuonly when no
lstopodata is available.
‼ Breaking changes:
cpu_l1_cacheremoved; replaced bycpu_l1d_cacheandcpu_l1i_cache(per-core KiB).cpu_l2_cacheandcpu_l3_cacheunit changed from total bytes to per-core KiB.