Update bench tps default configuration (#6372)

* Update bench tps default configuration

* Allow local clients to run unhinged
This commit is contained in:
Sagar Dhawan 2019-10-15 20:53:37 -07:00 committed by GitHub
parent 33052c1dd2
commit 528d0b6af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,8 @@ impl Default for Config {
threads: 4,
num_nodes: 1,
duration: Duration::new(std::u64::MAX, 0),
tx_count: 500_000,
thread_batch_sleep_ms: 0,
tx_count: 50_000,
thread_batch_sleep_ms: 1000,
sustained: false,
client_ids_and_stake_file: String::new(),
write_to_client_file: false,

View File

@ -25,6 +25,7 @@ if [[ -z $1 ]]; then # default behavior
--drone 127.0.0.1:9900 \
--duration 90 \
--tx_count 50000 \
--thread-batch-sleep-ms 0 \
else
$solana_bench_tps "$@"