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'
2626CommitStore = ' 1.2.0'
2727
2828[CCIP .Env ]
29- TTL = ' 10h '
29+ TTL = ' 12h '
3030
3131[CCIP .Env .Network ]
3232selected_networks = [' PRIVATE-CHAIN-1' , ' PRIVATE-CHAIN-2' ]
@@ -72,15 +72,15 @@ block_time = 1
7272
7373[CCIP .Env .NewCLCluster ]
7474NoOfNodes = 17
75- NodeMemory = ' 10Gi '
75+ NodeMemory = ' 16Gi '
7676NodeCPU = ' 4'
77- DBMemory = ' 16Gi '
78- DBCPU = ' 4 '
77+ DBMemory = ' 32Gi '
78+ DBCPU = ' 8 '
7979DBStorageClass = ' gp3'
8080PromPgExporter = true
81- DBCapacity = ' 50Gi '
81+ DBCapacity = ' 70Gi '
8282IsStateful = 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 ]
8686BaseConfigTOML = """
@@ -110,7 +110,7 @@ HTTPSPort = 0
110110
111111[Database]
112112MaxIdleConns = 20
113- MaxOpenConns = 30
113+ MaxOpenConns = 40
114114MigrateOnStartup = true
115115
116116[OCR2]
@@ -149,7 +149,7 @@ NoOfCommitNodes = 16
149149PhaseTimeout = ' 40m'
150150NodeFunding = 1000.0
151151NoOfRoutersPerPair = 1
152- NoOfNetworks = 30
152+ NoOfNetworks = 50
153153MaxNoOfLanes = 300
154154
155155[CCIP .Groups .load .OffRampConfig ]
@@ -163,7 +163,7 @@ DynamicPriceUpdateInterval = '15s'
163163CCIPOwnerTokens = true
164164
165165[CCIP .Groups .load .LoadProfile ]
166- TestDuration = ' 6h '
166+ TestDuration = ' 10h '
167167TimeUnit = ' 5s'
168168RequestPerUnitTime = [1 ]
169169OptimizeSpace = true
0 commit comments