mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-03 06:23:06 +00:00
Allow to inject traffic to multiple nodes
This commit is contained in:
parent
32370ffee0
commit
5b4f38f19f
4
.env
4
.env
@ -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
|
||||
|
||||
@ -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}
|
||||
|
||||
51
traffic.py
51
traffic.py
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user