mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Configurable data payload size for dbsim.
This commit is contained in:
@ -67,6 +67,10 @@ db::params db::parse_args(int argc, char** argv)
|
||||
"number of transactions run by a client")
|
||||
("rows", po::value<size_t>(¶ms.n_rows),
|
||||
"number of rows per table")
|
||||
("max-data-size", po::value<size_t>(¶ms.max_data_size),
|
||||
"maximum size of data payload (default 8)")
|
||||
("random-data-size", po::value<bool>(¶ms.random_data_size),
|
||||
"randomized payload data size (default 0)")
|
||||
("alg-freq", po::value<size_t>(¶ms.alg_freq),
|
||||
"ALG frequency")
|
||||
("sync-wait", po::value<bool>(¶ms.sync_wait),
|
||||
|
Reference in New Issue
Block a user