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