Expand description
Performance benchmarks for memory profiling
This module contains benchmark tests that measure memory usage and performance characteristics of the pipeline. These are NOT pass/fail tests - they establish baseline metrics for future comparison and regression detection.
§Running Benchmarks
cargo test -p ralph-workflow benchmarks -- --nocapture§Benchmark Categories
memory_usage- Memory growth during pipeline executioncheckpoint_serialization- Checkpoint serialization performanceregression_tests- Performance regression detection tests
Modules§
- baselines
- Performance baselines for regression detection.