Skip to content

Commit

Permalink
restructure configs
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 18, 2024
1 parent c9b4197 commit a3adca5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
12 changes: 10 additions & 2 deletions integration-tests/testconfig/automation/automation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ max_perform_data_size=5_000
max_revert_data_size=5_000

# load test specific overrides
[Logging.Grafana]
[Load.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/a4899f53-f709-430a-aec2-24f32198dcc9/chainlink-automation-v2-load-test"

Expand Down Expand Up @@ -298,4 +298,12 @@ max_perform_data_size=5_000
max_revert_data_size=5_000

[Load.Pyroscope]
enabled=false
enabled=false

[Benchmark.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"

[Soak.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Benchmark.Automation.Benchmark]
registry_to_test = "2_1"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 1000
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 3600
block_interval = 60
forces_single_tx_key = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Benchmark.Automation.Benchmark]
registry_to_test = "2_3"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 1000
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 3600
block_interval = 60
forces_single_tx_key = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Benchmark.Automation.Soak]
registry_to_test = "2_1"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 50
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 28800
block_interval = 300
forces_single_tx_key = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Benchmark.Automation.Soak]
registry_to_test = "2_3"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 50
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 28800
block_interval = 300
forces_single_tx_key = false
Expand Down
7 changes: 0 additions & 7 deletions integration-tests/testconfig/keeper/keeper.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ contract_call_interval = "4s"
# keeper benchmark running on simulated network requires 100k per node
root_key_funds_buffer = 1_000_000

# benchmark test specific overrides
[Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"

[Benchmark.Keeper.Common]
registry_to_test = "2_1"
number_of_registries = 1
Expand Down Expand Up @@ -115,8 +110,6 @@ Mode = 'FixedPrice'
LimitDefault = 5_000_000
"""

# soak test specific overrides

[Soak.Keeper.Common]
registry_to_test = "2_1"
number_of_registries = 1
Expand Down

0 comments on commit a3adca5

Please sign in to comment.