mix raxol.bench.advanced (Raxol v2.0.1)
View SourceAdvanced benchmarking commands leveraging the new world-class infrastructure.
Commands
mix raxol.bench.advanced suite # Run registered benchmark suites mix raxol.bench.advanced compare # Compare with competitors mix raxol.bench.advanced regression # Detailed regression analysis mix raxol.bench.advanced profile # Deep profiling with flame graphs mix raxol.bench.advanced continuous # Continuous monitoring mode mix raxol.bench.advanced report # Generate comprehensive reports mix raxol.bench.advanced analyze # Statistical analysis of results
Options
--suite NAME Run specific benchmark suite --tags TAG1,TAG2 Filter scenarios by tags --baseline VERSION Compare against specific baseline --threshold PERCENT Regression threshold (default: 5%) --format FORMAT Output format (text|json|html|markdown) --output FILE Save results to file --iterations N Number of iterations for statistical significance --confidence LEVEL Confidence level for tests (default: 0.95) --competitor NAME Compare against specific competitor --realtime Show results in realtime --verbose Verbose output
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
Callback implementation for Mix.Task.run/1.