benchmark
Installation
SKILL.md
Benchmark Skill
This skill allows you to run performance benchmarks for the project.
1. Python Benchmarks
Run the Python-side benchmarks using pytest.
pytest -m bench -q
2. Rust Benchmarks (Standard)
Run the standard Rust core benchmarks.
cargo bench -p backtester-core