11 lines
225 B
Markdown
Raw Permalink Normal View History

# Performance Testing
This module provides a framework for performance testing our ingestion sources.
```bash
python -m tests.performance.<test_name>
# For example:
python -m tests.performance.snowflake.test_snowflake
```