Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 358 Bytes

File metadata and controls

12 lines (9 loc) · 358 Bytes

DSQL data generator tool

A Rust load generator for AWS DSQL with a terminal UI for real-time monitoring. Features configurable workloads, automatic retry on failures, and usage tracking.

Usage

# Run a workload
cargo run --release -- workload --identifier your-cluster-id \
  --batches 10 --concurrency 1 \
  tiny --rows-per-transaction 1