Skip to content

Commit

Permalink
chore(ci): pin tokio in msrv job (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 31, 2024
1 parent 15cd6fa commit 2babc93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Pin some dependencies
run: |
cargo update -p tokio --precise 1.38.1
- name: Check
run: cargo check --features full

Expand Down

1 comment on commit 2babc93

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

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.

Benchmark suite Current: 2babc93 Previous: 15cd6fa Ratio
http2_parallel_x10_req_10kb_100_chunks_adaptive_window 41191405 ns/iter (± 44235523.23) 7723326 ns/iter (± 118620.32) 5.33

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.