farazshaikh/eigenda-rust
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Eigen DA rust client and test harness Generates workload tests for Eigen DA. ## Compilation install rust and cargo cargo build cargo run -- --help ## --- Quick test----- cargo run -- eigen-da-disperse Run 3MB dispersals on eigen DA. Each request to Eigen da is limited to a 512K chunk. Requests are rate limited to 6 requests per second and 6 max outstanding requests per second. ## TODO: The rate limits are hardcoded in the program, other params can be specified on the command line.