Allow to inject traffic to multiple nodes

This commit is contained in:
alrevuelta 2023-08-17 08:38:52 +00:00
parent 32370ffee0
commit 5b4f38f19f
3 changed files with 53 additions and 20 deletions

4
.env
View File

@ -1,6 +1,6 @@
export GOWAKU_IMAGE=statusteam/go-waku:latest
export NWAKU_IMAGE=04320c32d7e9
export NUM_NWAKU_NODES=5
export NWAKU_IMAGE=057383cb7328f525585f4cecb6a36c0d3859da94be84add8dab6a56af5eba75d
export NUM_NWAKU_NODES=20
export NUM_GOWAKU_NODES=0
export MSG_PER_SECOND=10
export MSG_SIZE_KBYTES=10

View File

@ -35,14 +35,16 @@ services:
depends_on:
- bootstrap
rpc-traffic:
image: a444c985d103b9f86121b935f21b02b0fbe0ccc7c7538a1195996984ed317188
restart: "no"
#depends_on:
# - nwaku
command:
- --node=http://bootstrap:8545
- --msg-size-kbyte=10
# rpc-traffic:
# build: .
# #context: ./
# #dockerfile: Dockerfile
# restart: "no"
# depends_on:
# - nwaku
# command:
# - --node=http://bootstrap:8545
# - --msg-size-kbyte=10
gowaku:
image: ${GOWAKU_IMAGE}

File diff suppressed because one or more lines are too long