c39a2278ae
Summary: A simple benchmark that starts a HA cluster with 3 machines. The benchmark issues only `CREATE (:Node)` queries. Local results (debug build), for this raft config, are: ``` duration 4.26899 executed_writes 300 write_per_second 70.2743 ``` Reviewers: ipaljak, mferencevic Reviewed By: ipaljak Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1798
22 lines
763 B
YAML
22 lines
763 B
YAML
- 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
|
|
|
|
- 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
|