[CI] merge all ci tests into one file (#1289)

This commit is contained in:
Lianmin Zheng
2024-09-01 02:36:56 -07:00
committed by GitHub
parent 54772f784a
commit 761b2cebd6
7 changed files with 211 additions and 233 deletions

View File

@@ -2,8 +2,8 @@
- `lang`: The frontend language.
- `srt`: The backend engine for running local models. (SRT = SGLang Runtime).
- `test`: Test utilities.
- `api.py`: Public API.
- `test`: The test utilities.
- `api.py`: The public APIs.
- `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.