Skip to content

Commit

Permalink
chore(ci): pin hashbrown in MSRV job (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Nov 15, 2024
1 parent 13b0594 commit 4694f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
run: |
cargo update -p tokio --precise 1.38.1
cargo update -p tokio-util --precise 0.7.11
cargo update -p hashbrown --precise 0.15.0
- name: Check
run: cargo check --features full
Expand Down

1 comment on commit 4694f38

@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: 4694f38 Previous: 13b0594 Ratio
http2_parallel_x10_req_10kb_100_chunks_adaptive_window 24096146 ns/iter (± 17332981.19) 7861419 ns/iter (± 127683.09) 3.07

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

Please sign in to comment.