mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-09-26 20:41:53 +08:00
8 lines
260 B
Python
8 lines
260 B
Python
from fastdeploy.entrypoints.cli.benchmark.latency import BenchmarkLatencySubcommand
|
|
from fastdeploy.entrypoints.cli.benchmark.serve import BenchmarkServingSubcommand
|
|
|
|
__all__: list[str] = [
|
|
"BenchmarkLatencySubcommand",
|
|
"BenchmarkServingSubcommand",
|
|
]
|