Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4f0e28d7
"tools/python/vscode:/vscode.git/clone" did not exist on "4b907532d848ff4e21fd957a0ba593c60dfdc078"
Unverified
Commit
4f0e28d7
authored
Sep 05, 2025
by
Keyang Ru
Committed by
GitHub
Sep 05, 2025
Browse files
[router] add rust cache for rust unit test (#10079)
parent
045ab92d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.github/workflows/pr-test-rust.yml
.github/workflows/pr-test-rust.yml
+5
-0
sgl-router/README.md
sgl-router/README.md
+1
-0
No files found.
.github/workflows/pr-test-rust.yml
View file @
4f0e28d7
...
@@ -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"
...
...
sgl-router/README.md
View file @
4f0e28d7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment