Balance test in CI (#1411)

This commit is contained in:
Lianmin Zheng
2024-09-12 23:29:44 -07:00
committed by GitHub
parent 9a903a8784
commit ad0ff62a4c
3 changed files with 27 additions and 27 deletions

View File

@@ -7,5 +7,5 @@
- `bench_latency.py`: Benchmark a single static batch.
- `bench_serving.py`: Benchmark online serving with dynamic requests.
- `global_config.py`: The global configs and constants.
- `launch_server.py`: The entry point of launching local server.
- `launch_server.py`: The entry point for launching the local server.
- `utils.py`: Common utilities.