2024-05-07 08:42:39 -07:00

11 lines
225 B
Markdown

# 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
```