Merge "Allow locust benchmarks to use zeromq"
This commit is contained in:
@@ -19,7 +19,10 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Install locust
|
- name: Install locust
|
||||||
pip:
|
pip:
|
||||||
name: locustio
|
name: "{{ item }}"
|
||||||
|
with_items:
|
||||||
|
- locustio
|
||||||
|
- pyzmq
|
||||||
- name: Drop benchmarking config files
|
- name: Drop benchmarking config files
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
|
Reference in New Issue
Block a user