Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 671 Bytes

README.md

File metadata and controls

59 lines (45 loc) · 671 Bytes

Requirements

  • docker
  • docker-compose
  • kubectl (>= v1.11)
  • timeout
  • helm (>= v3)

Run 1

Send one message, send 1M ignored messages, send one message again.

ENV Variables - Client

CLIENTS=1
TIMEOUT=10m
WAIT=30s
RIG_HOST=rig

Start

./start_run1.sh

Run 2

Send 100k messages to 100 clients.

ENV Variables - Client

CLIENTS=100
TIMEOUT=30m
WAIT=30s
RIG_HOST=rig

Start

./start_run2.sh

Run 6

Send 1000 messages in 100 different event types to 1000 clients.

ENV Variables - Client

CLIENTS=1000
TIMEOUT=1h
WAIT=30s
RIG_HOST=rig

Start

./start_run6.sh