performance-testing

Installation
SKILL.md

Performance testing

Running benchmarks

cd tools/performance

# Run all benchmarks (~15-20 minutes)
dotnet run -c Release

# Run specific category
dotnet run -c Release --filter *StreamIndicators*
dotnet run -c Release --filter *BufferIndicators*
dotnet run -c Release --filter *SeriesIndicators*

# Run specific indicator
dotnet run -c Release --filter *.EmaHub
Installs
15
GitHub Stars
1.2K
First Seen
Jan 30, 2026
performance-testing — daveskender/stock.indicators