Skip to main content

Module benchmarks

Module benchmarks 

Source
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 execution
  • checkpoint_serialization - Checkpoint serialization performance
  • regression_tests - Performance regression detection tests

Modules§

baselines
Performance baselines for regression detection.