-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): update to cargo-check-external-types 0.1.11
- Loading branch information
1 parent
b0c1395
commit 00a703a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,12 +247,12 @@ jobs: | |
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2023-10-10 # Compatible version for cargo-check-external-types | ||
toolchain: nightly-2024-02-07 # Compatible version for cargo-check-external-types | ||
|
||
- name: Install cargo-check-external-types | ||
uses: taiki-e/cache-cargo-install-action@v1 | ||
with: | ||
tool: [email protected].9 | ||
tool: [email protected].11 | ||
|
||
- uses: Swatinem/rust-cache@v2 | ||
|
||
|
00a703a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.http2_parallel_x10_req_10kb_100_chunks_adaptive_window
25167302
ns/iter (± 18401464
)7886974
ns/iter (± 110264
)3.19
This comment was automatically generated by workflow using github-action-benchmark.