Skip to content

Commit

Permalink
Load test config adjustments (#1259)
Browse files Browse the repository at this point in the history
Minor changes in load tests config reflecting current behavior in CCIP
* Reducing number of tokens per message. 
* Reducing the number of tokens configured per chain. We assume that
dynamic token prices will be limited to very small number of tokens
(native, link etc). The rest of them would be either static (doesn't
require price update) or self serve
  • Loading branch information
mateusz-sekara authored Aug 5, 2024
1 parent 7a97ff4 commit b446f45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
## make test_load_ccip testimage=<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip-tests:ccip-develop \
## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \
## override_toml=./testconfig/tomls/baseline.toml \
## override_toml=./testconfig/tomls/ccip-1.4-stress/baseline.toml \
## secret_toml=./testconfig/tomls/secrets.toml

[CCIP]
Expand Down Expand Up @@ -148,8 +148,8 @@ BatchGasLimit = 11000000

[CCIP.Groups.load.TokenConfig]
TimeoutForPriceUpdate = '15m'
NoOfTokensPerChain = 60
NoOfTokensWithDynamicPrice = 15
NoOfTokensPerChain = 10
NoOfTokensWithDynamicPrice = 10
DynamicPriceUpdateInterval ='15s'
CCIPOwnerTokens = true

Expand All @@ -168,14 +168,14 @@ Frequencies = [4,12,3,1]
MsgType = 'Token'
DestGasLimit = 0
DataLength = 0
NoOfTokens = 5
NoOfTokens = 1
AmountPerToken = 1

[[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]]
MsgType = 'DataWithToken'
DestGasLimit = 500000
DataLength = 5000
NoOfTokens = 5
NoOfTokens = 1
AmountPerToken = 1

[[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
## make test_load_ccip testimage=<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip-tests:ccip-develop \
## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \
## override_toml=./testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml \
## override_toml=./testconfig/tomls/ccip1.4-stress/tier-a.toml \
## secret_toml=./testconfig/tomls/secrets.toml

[CCIP]
Expand Down

0 comments on commit b446f45

Please sign in to comment.