2019-03-12 21:06:14 +08:00
|
|
|
- name: feature_benchmark__ha__read
|
|
|
|
cd: ha/read
|
2019-01-21 18:10:32 +08:00
|
|
|
commands: ./runner.sh
|
|
|
|
infiles:
|
|
|
|
- runner.sh # runner script
|
|
|
|
- raft.json # raft configuration file
|
|
|
|
- coordination.json # coordination configuration file
|
2019-03-12 21:06:14 +08:00
|
|
|
- ../../../../build_release/tests/feature_benchmark/ha/read/benchmark # benchmark binary
|
|
|
|
- ../../../../build_release/memgraph_ha # memgraph binary
|
|
|
|
enable_network: true
|
|
|
|
|
|
|
|
- name: feature_benchmark__ha__write
|
|
|
|
cd: ha/write
|
|
|
|
commands: ./runner.sh
|
|
|
|
infiles:
|
|
|
|
- runner.sh # runner script
|
|
|
|
- raft.json # raft configuration file
|
|
|
|
- coordination.json # coordination configuration file
|
|
|
|
- ../../../../build_release/tests/feature_benchmark/ha/write/benchmark # benchmark binary
|
|
|
|
- ../../../../build_release/memgraph_ha # memgraph binary
|
2019-01-21 18:10:32 +08:00
|
|
|
enable_network: true
|