2018-01-10 20:53:42 +08:00
|
|
|
- name: public_benchmark__ldbc
|
|
|
|
project: release
|
|
|
|
commands: . continuous_integration
|
|
|
|
infiles:
|
|
|
|
- . # current directory
|
|
|
|
- ../../../build_release/memgraph # memgraph release binary
|
2018-03-27 04:35:55 +08:00
|
|
|
- ../../../build_release/tools/src/mg_import_csv # memgraph csv import tool
|
2018-01-10 20:53:42 +08:00
|
|
|
- ../../../config # directory with config files
|
|
|
|
- ../../../libs/neo4j # neo4j directory
|
2018-01-23 22:31:57 +08:00
|
|
|
- ../../../tools/plot/ldbc_latency # ldbc plot generation tool
|
2018-01-10 20:53:42 +08:00
|
|
|
outfile_paths: # TODO: maybe this should also accept relative paths?
|
|
|
|
- \./memgraph/tests/public_benchmark/ldbc/results/.+
|
|
|
|
- \./memgraph/tests/public_benchmark/ldbc/plots/.+
|
2018-02-26 02:34:14 +08:00
|
|
|
slave_group: remote_16c128g
|
2018-01-10 20:53:42 +08:00
|
|
|
enable_network: true
|