Generates workload tests for 0G DA.
install rust and cargo cargo build cargo run -- --help
cargo run -- zerog-da-disperse
Run 3MB dispersals on 0G DA. Each request to 0G DA is limited to a 512K blob size. Requests are rate limited to 6 requests per second and 6 max outstanding requests per second.
The rate limits are hardcoded in the program, other params can be specified on the command line.