[ci] remove rust benchmark in unit test ci (#15510)
This commit is contained in:
@@ -131,20 +131,6 @@ jobs:
|
|||||||
cd sgl-model-gateway/
|
cd sgl-model-gateway/
|
||||||
cargo test
|
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
|
- name: Show sccache stats
|
||||||
if: always()
|
if: always()
|
||||||
run: sccache --show-stats
|
run: sccache --show-stats
|
||||||
|
|||||||
Reference in New Issue
Block a user