mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-14 12:41:30 +00:00
11 lines
225 B
Markdown
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
|
|
```
|