memgraph/tests/e2e/awesome_functions/workloads.yaml

15 lines
397 B
YAML
Raw Normal View History

awesome_functions_cluster: &awesome_functions_cluster
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE"]
log_file: "awesome_functions.log"
setup_queries: []
validation_queries: []
workloads:
- name: "Awesome Functions"
binary: "tests/e2e/pytest_runner.sh"
args: ["awesome_functions/awesome_functions.py"]
<<: *awesome_functions_cluster