Skip to content

Commit

Permalink
Merge branch 'main' into bbusa/persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jan 3, 2024
2 parents d2dc06a + 4d4fac0 commit 1673806
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/tests/preregistered_validator_count.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
participants:
- el_client_type: geth
cl_client_type: teku
- el_client_type: geth
cl_client_type: prysm
- el_client_type: geth
cl_client_type: nimbus
- el_client_type: geth
cl_client_type: lighthouse
- el_client_type: geth
cl_client_type: lodestar
additional_services: []
network_params:
preregistered_validator_count: 400
4 changes: 2 additions & 2 deletions src/blob_spammer/blob_spammer.star
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENTRYPOINT_ARGS = ["/bin/sh", "-c"]
# The min/max CPU/memory that blob-spammer can use
MIN_CPU = 100
MAX_CPU = 1000
MIN_MEMORY = 20
MAX_MEMORY = 300
MIN_MEMORY = 256
MAX_MEMORY = 512


def launch_blob_spammer(
Expand Down

0 comments on commit 1673806

Please sign in to comment.