codspeed-profiling
Installation
SKILL.md
CodSpeed Profiling
Profile locally with the same valgrind-codspeed fork that CodSpeed CI uses, so instruction counts match what CI reports.
Prerequisites
valgrind-codspeedfork installed (check:valgrind --versionshowscodspeed)- Project has a
just profile <bench> [filter]recipe (or equivalent callgrind workflow)
Diagnosing a Regression
1. Profile the regression
just profile <bench_name> <filter>