From 74a3349bea7eb98eabc8a226274f6d82ed8a1fd3 Mon Sep 17 00:00:00 2001 From: Simo Lin Date: Fri, 19 Dec 2025 16:59:41 -1000 Subject: [PATCH] [ci] remove rust benchmark in unit test ci (#15510) --- .github/workflows/pr-test-rust.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/pr-test-rust.yml b/.github/workflows/pr-test-rust.yml index c2e0df2d6..ad256e520 100644 --- a/.github/workflows/pr-test-rust.yml +++ b/.github/workflows/pr-test-rust.yml @@ -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