Conversation
Collaborator
Author
|
Marking draft as requires repo level changes that need to be made first. |
There was a problem hiding this comment.
Pull request overview
Updates the tag-based crates.io publishing pipeline to use cargo-release across the workspace, with CI running the integration test workflow before attempting publication.
Changes:
- Add
release.tomlto configurecargo-release(including excludingprotostellarfrom publishing). - Update
publish.ymlto run tests via a reusable workflow, then perform acargo-releasedry run followed by an execute publish step. - Update
tests.ymlto support being invoked as a reusable workflow (workflow_call) and stop triggering on tag pushes directly.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
release.toml |
Introduces cargo-release configuration for workspace publishing and package exclusion. |
.github/workflows/tests.yml |
Makes the tests workflow callable from other workflows. |
.github/workflows/publish.yml |
Replaces manual cargo publish -p ... steps with cargo-release dry-run + publish gated by tests. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| Branch | rscbc257-22622036216-104-1 |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| query | 📈 view plot 🚷 view threshold | 440.53 µs(+6.82%)Baseline: 412.39 µs | 474.25 µs (92.89%) |
| upsert_and_get | 📈 view plot 🚷 view threshold | 445.75 µs(+12.38%)Baseline: 396.66 µs | 456.16 µs (97.72%) |
c0f029c to
4e12a05
Compare
|
| Branch | rscbc257-22962352049-143-1 |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| query | 📈 view plot 🚷 view threshold | 375.06 µs(-10.75%)Baseline: 420.23 µs | 483.26 µs (77.61%) |
| upsert_and_get | 📈 view plot 🚷 view threshold | 256.24 µs(-35.97%)Baseline: 400.20 µs | 460.23 µs (55.68%) |
|
| Branch | rscbc257-22962558271-145-1 |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| query | 📈 view plot 🚷 view threshold | 421.53 µs(+0.31%)Baseline: 420.23 µs | 483.26 µs (87.23%) |
| upsert_and_get | 📈 view plot 🚷 view threshold | 405.05 µs(+1.21%)Baseline: 400.20 µs | 460.23 µs (88.01%) |
|
| Branch | rscbc257-22962543828-144-1 |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| query | 📈 view plot 🚷 view threshold | 426.88 µs(+1.58%)Baseline: 420.23 µs | 483.26 µs (88.33%) |
| upsert_and_get | 📈 view plot 🚷 view threshold | 405.19 µs(+1.25%)Baseline: 400.20 µs | 460.23 µs (88.04%) |
brett19
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.