mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Currently, the running parameters in the `rw-benchmark.sh` script are hardcoded. Running this script end to end takes around 48 hours with 7 CPU cores. To split the load into smaller jobs, allow these variables to be provided at run time. Signed-off-by: Ivan Valdes <ivan@vald.es>