Unverified Commit 4f0e28d7 authored by Keyang Ru's avatar Keyang Ru Committed by GitHub
Browse files

[router] add rust cache for rust unit test (#10079)

parent 045ab92d
...@@ -27,6 +27,11 @@ jobs: ...@@ -27,6 +27,11 @@ jobs:
run: | run: |
bash scripts/ci/ci_install_rust.sh bash scripts/ci/ci_install_rust.sh
- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: sgl-router
- name: Run lint - name: Run lint
run: | run: |
source "$HOME/.cargo/env" source "$HOME/.cargo/env"
......
...@@ -377,6 +377,7 @@ Set `rust-analyzer.linkedProjects` to the absolute path of `Cargo.toml`: ...@@ -377,6 +377,7 @@ Set `rust-analyzer.linkedProjects` to the absolute path of `Cargo.toml`:
The continuous integration pipeline includes comprehensive testing, benchmarking, and publishing: The continuous integration pipeline includes comprehensive testing, benchmarking, and publishing:
#### Build & Test #### Build & Test
1. **Build Wheels**: Uses `cibuildwheel` for manylinux x86_64 packages 1. **Build Wheels**: Uses `cibuildwheel` for manylinux x86_64 packages
2. **Build Source Distribution**: Creates source distribution for pip fallback 2. **Build Source Distribution**: Creates source distribution for pip fallback
3. **Rust HTTP Server Benchmarking**: Performance testing of router overhead 3. **Rust HTTP Server Benchmarking**: Performance testing of router overhead
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment