[ci] remove rust benchmark in unit test ci (#15510)

This commit is contained in:
Simo Lin
2025-12-19 16:59:41 -10:00
committed by GitHub
parent b9ebf0ed63
commit 74a3349bea

View File

@@ -131,20 +131,6 @@ jobs:
cd sgl-model-gateway/
cargo test
- name: Check benchmark compilation
run: |
source "$HOME/.cargo/env"
cd sgl-model-gateway/
cargo check --benches
- name: Quick benchmark sanity check
timeout-minutes: 15
run: |
source "$HOME/.cargo/env"
cd sgl-model-gateway/
# Run quick benchmarks to ensure they work using Python script
python3 scripts/run_benchmarks.py --quick
- name: Show sccache stats
if: always()
run: sccache --show-stats