You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, run-profiled-test.sh would create the output directory
with mkdir -p but not clean up existing files. This caused old profile
files to remain and potentially confuse analysis when mixing
single-component and multi-component data.
Now the script:
- Warns if the output directory already exists
- Removes the entire directory to start fresh
- Creates a clean directory for the new profiling run
This ensures each test run has clean, isolated data.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments