Skip to content

Commit

Permalink
Redeploy chunking perf test net with raising throttling tps for submi…
Browse files Browse the repository at this point in the history
…t message.

Signed-off-by: Quan Nguyen <quannguyen@swirlds.com>
  • Loading branch information
Quan Nguyen committed Jun 30, 2020
1 parent 8e4d7f1 commit f4897e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ workflows:
filters:
branches:
only:
# - release/0.6
- release/0.6
- ignore
- chunking-performance-target-testnet:
requires:
Expand Down
2 changes: 1 addition & 1 deletion hedera-node/configuration/dev/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ throttling.hcs.deleteTopic.tps=33.3
throttling.hcs.deleteTopic.burstPeriod=1.0

## System-wide 1000 TPS across all nodes. Value should be 1000 / number of nodes in the environment.
throttling.hcs.submitMessage.tps=333.3
throttling.hcs.submitMessage.tps=2000.0
throttling.hcs.submitMessage.burstPeriod=1.0

## System-wide 100 TPS across all nodes. Value should be 100 / number of nodes in the environment.
Expand Down

0 comments on commit f4897e3

Please sign in to comment.