summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md24
1 files changed, 1 insertions, 23 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 8b64c89..2ae5a8d 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -49,28 +49,6 @@ make vet
make lint
```
-### Performance Optimization
-```bash
-# Run Performance Guided Optimization (PGO) for dgrep
-make pgo
-
-# This implements true PGO using Go's -pgo compiler flag:
-# - Create test file (100MB with 1M lines) in scripts/ if needed
-# - Build baseline version without PGO
-# - Collect CPU profile for training data
-# - Rebuild dgrep with -pgo flag using the training profile
-# - Compare baseline vs PGO-optimized performance (5 iterations each)
-# - Generate detailed before/after analysis report (scripts/pgo_report.txt)
-#
-# All PGO files are organized in scripts/ directory to keep project root clean
-```
-
-### Installation
-```bash
-# Install all binaries to $GOPATH/bin
-make install
-```
-
### Optional Build Tags
- `DTAIL_USE_ACL=1` - Enable Linux ACL support
- `DTAIL_USE_PROPRIETARY=1` - Enable proprietary features
@@ -135,4 +113,4 @@ DTail is a distributed log processing system with client-server architecture usi
## Integration Testing Guidelines
-- Integration tests for serverless and server mode should always rely on exact the same test files. Same count, same content, same sizes. No exceptions. \ No newline at end of file
+- Integration tests for serverless and server mode should always rely on exact the same test files. Same count, same content, same sizes. No exceptions.