mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 16:25:00 +00:00
a7264d68c1
* Adding lpt-runner script and assemble into liteprotocoltester image - to ease infra deployment * Add supervisor that can run lpt continously in infra environment, infra.env defines defaults for run, in case image tag of lpt docker image is deploy it will build a specific image for infra deployment. * Added message latency metrics * DELAY_MESSAGES to MESSAGE_INTERVAL renaming * Adjust name of START_PUBLISHING_AFTER * Extend lpt readme with how to use make to build dockerized image and notice about infra deployment * As fixed in discussion, we will control infra testing by built in predefined test setup * Prevent peer switch in case using fixed service peers
28 lines
557 B
Bash
28 lines
557 B
Bash
START_PUBLISHING_AFTER_SECS=45
|
|
# can add some seconds delay before SENDER starts publishing
|
|
|
|
NUM_MESSAGES=0
|
|
# 0 for infinite number of messages
|
|
|
|
MESSAGE_INTERVAL_MILLIS=8000
|
|
# ms delay between messages
|
|
|
|
|
|
MIN_MESSAGE_SIZE=15Kb
|
|
MAX_MESSAGE_SIZE=145Kb
|
|
|
|
## for wakusim
|
|
#PUBSUB=/waku/2/rs/66/0
|
|
#CONTENT_TOPIC=/tester/2/light-pubsub-test/wakusim
|
|
#CLUSTER_ID=66
|
|
|
|
## for status.prod
|
|
PUBSUB=/waku/2/rs/16/32
|
|
CONTENT_TOPIC=/tester/2/light-pubsub-test/fleet
|
|
CLUSTER_ID=16
|
|
|
|
## for TWN
|
|
#PUBSUB=/waku/2/rs/1/4
|
|
#CONTENT_TOPIC=/tester/2/light-pubsub-test/twn
|
|
#CLUSTER_ID=1
|