dify
This commit is contained in:
6
dify/scripts/stress-test/common/__init__.py
Normal file
6
dify/scripts/stress-test/common/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Common utilities for Dify benchmark suite."""
|
||||
|
||||
from .config_helper import config_helper
|
||||
from .logger_helper import Logger, ProgressLogger
|
||||
|
||||
__all__ = ["Logger", "ProgressLogger", "config_helper"]
|
||||
Reference in New Issue
Block a user