mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-24 01:29:57 +08:00
5532e8a323
* add bench cli * Update test_main.py
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",
|
|
]
|