diff --git a/integration-tests/testconfig/automation/overrides/load/50Upkeeps-1x-1000Upkeeps-0x-24h.toml b/integration-tests/testconfig/automation/overrides/load/50Upkeeps-1x-1000Upkeeps-0x-24h.toml new file mode 100644 index 00000000000..dedc0890014 --- /dev/null +++ b/integration-tests/testconfig/automation/overrides/load/50Upkeeps-1x-1000Upkeeps-0x-24h.toml @@ -0,0 +1,55 @@ +[ChainlinkImage] +version="2.16.0" + +[Load.Seth] +root_key_funds_buffer = 1_000_000 + +[Load.Common] +chainlink_node_funding = 1000 + +[Load.Automation.AutomationConfig] +use_log_buffer_v1=false + +[Load.Automation.AutomationConfig.PluginConfig.LogProviderConfig] +block_rate=1 +log_limit=2 + +[Load.Automation] +[Load.Automation.General] +number_of_nodes=6 +duration=86400 +block_time=1 +spec_type="recommended" +chainlink_node_log_level="debug" +use_prometheus=true +remove_namespace = true + +[Load.Automation.DataStreams] +enabled=false + +[[Load.Automation.Load]] +number_of_upkeeps=50 +number_of_events = 1 +number_of_spam_matching_events = 0 +number_of_spam_non_matching_events = 0 +check_burn_amount = 0 +perform_burn_amount = 0 +upkeep_gas_limit = 1000000 +shared_trigger = false +is_streams_lookup = false +feeds = [] + +[[Load.Automation.Load]] +number_of_upkeeps=1000 +number_of_events = 0 +number_of_spam_matching_events = 0 +number_of_spam_non_matching_events = 0 +check_burn_amount = 0 +perform_burn_amount = 0 +upkeep_gas_limit = 1000000 +shared_trigger = false +is_streams_lookup = false +feeds = [] + +[Pyroscope] +enabled=true \ No newline at end of file