performance-testing

Installation
SKILL.md

Performance testing

Running benchmarks

Prefer perf.sh — one entry point for the three common workflows (requires jq for evaluate/spot). See the canonical guide: tools/performance/benchmarking.md.

# 1. Spot check: one indicator vs baseline (fast; recommended dev-loop check)
bash tools/performance/perf.sh spot Ema
bash tools/performance/perf.sh spot Adx Stream        # single style

# 2. Evaluate: full suite, report regressions vs baselines (~1 hour)
bash tools/performance/perf.sh evaluate

# 3. Reset baselines: full suite, replace committed baselines (~1 hour)
bash tools/performance/perf.sh reset
Installs
16
GitHub Stars
1.2K
First Seen
Jan 30, 2026
performance-testing — daveskender/stock.indicators