| Crates.io | helius-laserstream-bandwidth |
| lib.rs | helius-laserstream-bandwidth |
| version | 0.0.1 |
| created_at | 2025-06-19 17:21:55.665082+00 |
| updated_at | 2025-06-19 17:21:55.665082+00 |
| description | Rust bandwidth test for Helius LaserStream gRPC |
| homepage | |
| repository | https://github.com/helius-labs/laserstream |
| max_upload_size | |
| id | 1718616 |
| size | 175,073 |
A common issue when working with gRPC subscriptions is not having enough bandwidth to handle the data stream. This tool helps you test the maximum bandwidth your connection can support against any gRPC server.
Navigate to the directory:
cd scripts/bandwidth
Run the bandwidth tester:
cargo run --release -- --laserstream-url <LS_URL> --api-key <API_KEY>
<LS_URL> with your Laserstream gRPC endpoint URL.<API_KEY> with your API key.cargo run --release -- --laserstream_url https://your-grpc-endpoint.com --api_key your_api_key_here