vernemq / vmq_mzbench

An MQTT loadtest and usage scenario tool for VerneMQ and other MQTT systems.
Apache License 2.0
42 stars 44 forks source link

Typo in example scenario 1_to_1.bdl #6

Closed westcode closed 7 years ago

westcode commented 7 years ago

Worker_start has a type in the 1_to_1.bdl example scenario:

pool(size = 1000,
     worker_type = mqtt_worker,
     **woker_start** = poisson(100 rps)):