helius-laserstream-bandwidth

Crates.iohelius-laserstream-bandwidth
lib.rshelius-laserstream-bandwidth
version0.0.1
created_at2025-06-19 17:21:55.665082+00
updated_at2025-06-19 17:21:55.665082+00
descriptionRust bandwidth test for Helius LaserStream gRPC
homepage
repositoryhttps://github.com/helius-labs/laserstream
max_upload_size
id1718616
size175,073
(pmantica11)

documentation

README

Bandwidth Tester

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.

Usage

  1. Navigate to the directory:

    cd scripts/bandwidth
    
  2. Run the bandwidth tester:

    cargo run --release -- --laserstream-url <LS_URL> --api-key <API_KEY>
    
    • Replace <LS_URL> with your Laserstream gRPC endpoint URL.
    • Replace <API_KEY> with your API key.

Example

cargo run --release -- --laserstream_url https://your-grpc-endpoint.com --api_key your_api_key_here

Notes

  • This tool is intended for benchmarking and diagnostics.
  • Make sure your API key and endpoint are valid and have sufficient permissions.
Commit count: 198

cargo fmt