Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 0ecc9e0

Browse files
Bumping version
1 parent bd48750 commit 0ecc9e0

File tree

1 file changed

+14
-14
lines changed
  • integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress

1 file changed

+14
-14
lines changed

integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
## Baseline performance test on simulated environment (with chaos)
2-
## 30 chains / 300 lanes
2+
## 50 chains / 300 lanes
33
## historyDepth 200 / finalityDepth 200
44
## block_time = 1s
55
## throughput 1msg / 5s
66
## 20% Token, 60% DataWithToken, 15% Regular size msgs, 5% Large msgs
77
##
8-
## make test_load_ccip testimage=<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip-tests:ccip-develop \
8+
## make test_load_ccip testimage=<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip-tests:bd48750f7072c2a40454483f2e36bad7efaaeba5 \
99
## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \
10-
## override_toml=./testconfig/tomls/ccip-1.4-stress/baseline.toml
10+
## override_toml=./testconfig/tomls/ccip1.4-stress/baseline.toml
1111

1212
## Adjust this value depending on what you want to test.
1313
# Using releases and git tag requires changing the image name to the correct one in `~/.testsecrets`, e.g.
14-
# E2E_TEST_CHAINLINK_IMAGE="public.ecr.aws/w0i8p0z9/chainlink-ccip"
14+
# E2E_TEST_CHAINLINK_IMAGE="public.ecr.aws/chainlink/ccip"
1515
# If you want to use a specific commit or a branch you need to switch to the internal ECR in `~/.testsecrets`
1616
# E2E_TEST_CHAINLINK_IMAGE="<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip"
1717
[CCIP.Env.NewCLCluster.Common.ChainlinkImage]
18-
version = "2.14.0-ccip1.5.0"
18+
version = "2.21.0-ccip1.5.19-beta.0"
1919

2020
[CCIP]
2121
[CCIP.ContractVersions]
@@ -26,7 +26,7 @@ TokenPool = '1.4.0'
2626
CommitStore = '1.2.0'
2727

2828
[CCIP.Env]
29-
TTL = '10h'
29+
TTL = '12h'
3030

3131
[CCIP.Env.Network]
3232
selected_networks = ['PRIVATE-CHAIN-1', 'PRIVATE-CHAIN-2']
@@ -72,15 +72,15 @@ block_time = 1
7272

7373
[CCIP.Env.NewCLCluster]
7474
NoOfNodes = 17
75-
NodeMemory = '10Gi'
75+
NodeMemory = '16Gi'
7676
NodeCPU = '4'
77-
DBMemory = '16Gi'
78-
DBCPU = '4'
77+
DBMemory = '32Gi'
78+
DBCPU = '8'
7979
DBStorageClass = 'gp3'
8080
PromPgExporter = true
81-
DBCapacity = '50Gi'
81+
DBCapacity = '70Gi'
8282
IsStateful = true
83-
DBArgs = ['shared_buffers=4096MB', 'effective_cache_size=8192MB', 'work_mem=128MB']
83+
DBArgs = ['shared_buffers=8192MB', 'effective_cache_size=16384MB', 'work_mem=128MB']
8484

8585
[CCIP.Env.NewCLCluster.Common]
8686
BaseConfigTOML = """
@@ -110,7 +110,7 @@ HTTPSPort = 0
110110
111111
[Database]
112112
MaxIdleConns = 20
113-
MaxOpenConns = 30
113+
MaxOpenConns = 40
114114
MigrateOnStartup = true
115115
116116
[OCR2]
@@ -149,7 +149,7 @@ NoOfCommitNodes = 16
149149
PhaseTimeout = '40m'
150150
NodeFunding = 1000.0
151151
NoOfRoutersPerPair = 1
152-
NoOfNetworks = 30
152+
NoOfNetworks = 50
153153
MaxNoOfLanes = 300
154154

155155
[CCIP.Groups.load.OffRampConfig]
@@ -163,7 +163,7 @@ DynamicPriceUpdateInterval = '15s'
163163
CCIPOwnerTokens = true
164164

165165
[CCIP.Groups.load.LoadProfile]
166-
TestDuration = '6h'
166+
TestDuration = '10h'
167167
TimeUnit = '5s'
168168
RequestPerUnitTime = [1]
169169
OptimizeSpace = true

0 commit comments

Comments
 (0)