Limit performance testcases to 40k TPS client (#9906)

This commit is contained in:
Dan Albert
2020-05-06 21:36:13 -06:00
committed by GitHub
parent 65a52a4145
commit d08d9322d2
18 changed files with 31 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ steps:
TEST_DURATION_SECONDS: 600
NUMBER_OF_VALIDATOR_NODES: 3
NUMBER_OF_CLIENT_NODES: 1
CLIENT_OPTIONS: "bench-tps=1=--tx_count 40000 --thread-batch-sleep-ms 250"
CLIENT_OPTIONS: "bench-tps=1=--tx_count 10000 --thread-batch-sleep-ms 250"
ADDITIONAL_FLAGS: ""
TEST_TYPE: "fixed_duration"
agents: