Skip to content

Commit

Permalink
remove ThinClient from bench-tps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcusack committed Mar 12, 2024
1 parent 5f66165 commit a81abff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 146 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ solana-rpc-client-nonce-utils = { workspace = true }
solana-runtime = { workspace = true }
solana-sdk = { workspace = true }
solana-streamer = { workspace = true }
solana-thin-client = { workspace = true }
solana-tpu-client = { workspace = true }
solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion bench-tps/src/bench_tps_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ pub trait BenchTpsClient {

mod bank_client;
mod rpc_client;
mod thin_client;
mod tpu_client;
143 changes: 0 additions & 143 deletions bench-tps/src/bench_tps_client/thin_client.rs

This file was deleted.

0 comments on commit a81abff

Please sign in to comment.