Skip to content

Commit

Permalink
benchmark test increase geth disk and gaslimit
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Apr 26, 2024
1 parent 3a4979a commit 74bc12d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,10 @@ func SetupAutomationBenchmarkEnv(t *testing.T, keeperTestConfig types.KeeperBenc
},
},
"geth": map[string]interface{}{
"blocktime": blockTime,
"blocktime": blockTime,
"capacity": "20Gi",
"startGaslimit": "20000000",
"targetGasLimit": "30000000",
},
},
}))
Expand Down

0 comments on commit 74bc12d

Please sign in to comment.