|
CCF
|
Inherits client::PerfOptions.
Public Member Functions | |
| TpccClientOptions (CLI::App &app, const std::string &default_pid_file) | |
Public Member Functions inherited from client::PerfOptions | |
| PerfOptions (const std::string &default_label, const std::string &default_pid_file, CLI::App &app) | |
Additional Inherited Members | |
Public Attributes inherited from client::PerfOptions | |
| std::string | label |
| std::string | pid_file |
| cli::ParsedAddress | server_address |
| std::string | cert_file |
| std::string | key_file |
| std::string | ca_file |
| std::string | verification_file |
| std::string | bearer_token |
| size_t | num_transactions = 10000 |
| size_t | thread_count = 1 |
| size_t | session_count = 1 |
| size_t | max_writes_ahead = 0 |
| size_t | latency_rounds = 1 |
| size_t | generator_seed = 42u |
| size_t | transactions_per_s = 0 |
| bool | sign = false |
| bool | no_create = false |
| bool | no_wait = false |
| bool | write_tx_times = false |
| bool | randomise = false |
| bool | check_responses = false |
| bool | relax_commit_target = false |
|
inline |