Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Jun 28, 2024
1 parent fb04015 commit b2ebcca
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,8 @@ selected_networks = [

[CCIP.Groups.load]
NetworkPairs = [
'AVALANCHE_FUJI,SEPOLIA'
'AVALANCHE_FUJI,SEPOLIA',
'OPTIMISM_SEPOLIA,BASE_SEPOLIA'
]

BiDirectionalLane = true
Expand All @@ -930,8 +931,8 @@ NoOfTokensPerChain = 1

[CCIP.Groups.load.LoadProfile]
RequestPerUnitTime = [1]
TimeUnit = '30s'
TestDuration = '5m'
TimeUnit = '5s'
TestDuration = '1h'
TestRunName = 'v2.12.0-ccip1.4.16-load'

# to represent 20%, 60%, 15%, 5% of the total messages
Expand Down

0 comments on commit b2ebcca

Please sign in to comment.