summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index c48aa35..753b3bf 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -48,12 +48,14 @@ make lint
make pbo
# This target will:
-# - Create test file (100MB with 1M lines) if needed
+# - Create test file (100MB with 1M lines) in scripts/ if needed
# - Run baseline profiling (CPU and memory)
# - Run performance benchmarks
-# - Generate optimized profiles
-# - Create detailed comparison report (pbo_report.txt)
+# - Generate optimized profiles in scripts/ directory
+# - Create detailed comparison report (scripts/pbo_report.txt)
# - Show key optimizations implemented
+#
+# All PBO files are organized in scripts/ directory to keep project root clean
```
### Installation