From 960c5e609253ecb9ce77af64a70990e9c181a724 Mon Sep 17 00:00:00 2001 From: Mislav Bradac Date: Fri, 15 Sep 2017 14:07:06 +0200 Subject: [PATCH] Change parent macrobenchmark generate Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D800 --- tools/apollo/generate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/apollo/generate b/tools/apollo/generate index 052195ebf..c9ba4f0d9 100755 --- a/tools/apollo/generate +++ b/tools/apollo/generate @@ -225,9 +225,9 @@ if mode == "diff": binary_parent_link_path, parent_macro_bench_path, parent_config_path, parent_harness_client_binaries, parent_postgresql_lib_dir], cwd = WORKSPACE_DIR) - supervisor = "./parent/tests/macro_benchmark/harness/harness.py" + supervisor = "./parent/tests/macro_benchmark/harness.py" args = MACRO_BENCHMARK_ARGS + " --RunnerBin " + binary_parent_path - outfile_paths = "\./parent/tests/macro_benchmark/harness/\.harness_summary" + outfile_paths = "\./parent/tests/macro_benchmark/\.harness_summary" RUNS.append(generate_run("macro_benchmark_parent", supervisor = supervisor, arguments = args, infile = infile, outfile_paths = outfile_paths)) @@ -238,7 +238,7 @@ if mode == "diff": cwd = WORKSPACE_DIR) cmd = "./memgraph/tools/apollo/macro_benchmark_summary " \ "macro_benchmark/memgraph/tests/macro_benchmark/.harness_summary " \ - "macro_benchmark_parent/parent/tests/macro_benchmark/harness/.harness_summary " \ + "macro_benchmark_parent/parent/tests/macro_benchmark/.harness_summary " \ ".harness_summary" outfile_paths = "\./.harness_summary" DATA_PROCESS.append(generate_run("macro_benchmark_summary", typ = "data process",