From dfd5176b83439106f36e0309d9d3f3f738bc5721 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Thu, 7 Mar 2024 10:25:52 +0100 Subject: [PATCH 1/2] Adding zkevm cardona --- integration-tests/benchmark/keeper_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integration-tests/benchmark/keeper_test.go b/integration-tests/benchmark/keeper_test.go index d6c4c6b2587..c61c2882d82 100644 --- a/integration-tests/benchmark/keeper_test.go +++ b/integration-tests/benchmark/keeper_test.go @@ -313,6 +313,12 @@ var networkConfig = map[string]NetworkConfig{ blockTime: 6 * time.Second, deltaStage: 20 * time.Second, }, + + "PolygonZkEvmCardona": { + upkeepSLA: int64(120), + blockTime: 3 * time.Second, + deltaStage: 20 * time.Second, + }, } func SetupAutomationBenchmarkEnv(t *testing.T, keeperTestConfig types.KeeperBenchmarkTestConfig) (*environment.Environment, blockchain.EVMNetwork) { From 8b28127123085ec81add59881f628a7a7f3fab21 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Thu, 7 Mar 2024 12:01:38 +0100 Subject: [PATCH 2/2] Typo --- integration-tests/benchmark/keeper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/benchmark/keeper_test.go b/integration-tests/benchmark/keeper_test.go index c61c2882d82..65bbf994b47 100644 --- a/integration-tests/benchmark/keeper_test.go +++ b/integration-tests/benchmark/keeper_test.go @@ -314,7 +314,7 @@ var networkConfig = map[string]NetworkConfig{ deltaStage: 20 * time.Second, }, - "PolygonZkEvmCardona": { + "PolygonzkEVMCardona": { upkeepSLA: int64(120), blockTime: 3 * time.Second, deltaStage: 20 * time.Second,