Skip to content

Commit

Permalink
set readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 5, 2024
1 parent 9be6727 commit 1aba985
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
8 changes: 5 additions & 3 deletions integration-tests/ccip-tests/testconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,14 +595,16 @@ This is only valid if the tests are run on remote runners in k8s. If set to true
### CCIP.Groups.[testgroup].LoadProfile
Specifies the load profile for the test. Only valid if the testgroup is 'load'.

### CCIP.Groups.[testgroup].LoadProfile.LoadFrequency.[DestNetworkName]

#### CCIP.Groups.[testgroup].LoadProfile.RequestPerUnitTime
Specifies the number of requests to be sent per unit time.
Specifies the number of requests to be sent per unit time. This is applicable to all networks if [LoadFrequency](#ccipgroupstestgrouploadprofileloadfrequencydestnetworkname) is not specified for a destination network.

#### CCIP.Groups.[testgroup].LoadProfile.TimeUnit
Specifies the unit of time for the load profile.
Specifies the unit of time for the load profile. This is applicable to all networks if [LoadFrequency](#ccipgroupstestgrouploadprofileloadfrequencydestnetworkname) is not specified for a destination network.

#### CCIP.Groups.[testgroup].LoadProfile.StepDuration
Specifies the duration for each step in the load profile.
Specifies the duration for each step in the load profile. This is applicable to all networks if [LoadFrequency](#ccipgroupstestgrouploadprofileloadfrequencydestnetworkname) is not specified for a destination network.

#### CCIP.Groups.[testgroup].LoadProfile.TestDuration
Specifies the total duration for the load test.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
## make test_load_ccip testimage=795953128386.dkr.ecr.us-west-2.amazonaws.com/chainlink-ccip-tests:ccip-develop \
## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \
## override_toml=./testconfig/tomls/baseline.toml \
## override_toml=./testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml \
## secret_toml=./testconfig/tomls/secrets.toml

[CCIP]
Expand Down Expand Up @@ -192,10 +192,22 @@ CCIPOwnerTokens = true

[CCIP.Groups.load.LoadProfile]
TestDuration = '4h'
TimeUnit = '5s'
RequestPerUnitTime = [1]
OptimizeSpace = true
NetworkChaosDelay = '100ms'
TimeUnit = '5s'
RequestPerUnitTime = [1]

[CCIP.Groups.load.LoadProfile.LoadFrequency.slow-chain-1]
TimeUnit = '10s'
RequestPerUnitTime = [1]

[CCIP.Groups.load.LoadProfile.LoadFrequency.slow-chain-2]
TimeUnit = '10s'
RequestPerUnitTime = [1]

[CCIP.Groups.load.LoadProfile.LoadFrequency.slow-chain-3]
TimeUnit = '10s'
RequestPerUnitTime = [1]

# to represent 20%, 60%, 15%, 5% of the total messages
[CCIP.Groups.load.LoadProfile.MsgProfile]
Expand Down

0 comments on commit 1aba985

Please sign in to comment.