142b1f42b1
Summary: * add run_pokec script because more than one step is required * refactor of plot_throughput script * move all plot scripts under tools/plot Reviewers: mferencevic, teon.banek, mislav.bradac Reviewed By: mferencevic Subscribers: florijan, pullbot, buda Differential Revision: https://phabricator.memgraph.io/D1106
16 lines
651 B
YAML
16 lines
651 B
YAML
- name: public_benchmark__ldbc
|
|
project: release
|
|
commands: . continuous_integration
|
|
infiles:
|
|
- . # current directory
|
|
- ../../../build_release/memgraph # memgraph release binary
|
|
- ../../../config # directory with config files
|
|
- ../../../libs/neo4j # neo4j directory
|
|
- ../../../tools/mg_import_csv # memgraph csv import tool
|
|
- ../../../tools/plot/ldbc_latency # ldbc plot generation tool
|
|
outfile_paths: # TODO: maybe this should also accept relative paths?
|
|
- \./memgraph/tests/public_benchmark/ldbc/results/.+
|
|
- \./memgraph/tests/public_benchmark/ldbc/plots/.+
|
|
slave_group: remote_20c140g
|
|
enable_network: true
|