Skip to content

Commit

Permalink
restructure configs
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 19, 2024
1 parent 0f61b04 commit fb2fe5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
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]
[Soak.Automation.Benchmark]
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]
[Soak.Automation.Benchmark]
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

0 comments on commit fb2fe5b

Please sign in to comment.