Skip to content

Commit

Permalink
Install pkg-config on benchmark runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 15, 2024
1 parent 16a2bc7 commit 6c0161f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
with:
fetch-depth: 1

- name: Install pkg-config
run: sudo apt-get install -y pkg-config

- name: Set up rust
uses: dtolnay/rust-toolchain@stable

Expand Down
2 changes: 1 addition & 1 deletion crates/chia-client/examples/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async fn main() -> anyhow::Result<()> {
let (client, mut receiver) = Client::with_options(
tls_connector,
ClientOptions {
target_peers: 20,
target_peers: 1_000,
..Default::default()
},
);
Expand Down

0 comments on commit 6c0161f

Please sign in to comment.