2018-08-22 21:00:16 +08:00
|
|
|
- name: feature_benchmark__kafka
|
|
|
|
cd: kafka
|
|
|
|
commands: ./runner.sh
|
|
|
|
infiles:
|
|
|
|
- runner.sh # runner script
|
|
|
|
- transform.py # transform script
|
|
|
|
- generate.py # dataset generator script
|
|
|
|
- ../../../build_release/tests/feature_benchmark/kafka/kafka.py # kafka script
|
|
|
|
- ../../../build_release/tests/feature_benchmark/kafka/benchmark # benchmark binary
|
|
|
|
enable_network: true
|
2019-01-14 23:34:45 +08:00
|
|
|
|
2019-01-17 18:26:47 +08:00
|
|
|
#- name: feature_benchmark__ha
|
|
|
|
# cd: ha
|
|
|
|
# commands: ./runner.sh
|
|
|
|
# infiles:
|
|
|
|
# - runner.sh # runner script
|
|
|
|
# - raft.json # raft configuration file
|
|
|
|
# - coordination.json # coordination configuration file
|
|
|
|
# - ../../../build_release/tests/feature_benchmark/ha/benchmark # benchmark binary
|
|
|
|
# - ../../../build_release/memgraph_ha # memgraph binary
|
|
|
|
# enable_network: true
|