Skip to content

Commit 9e861a7

Browse files
author
dtyagi
committed
added how to run a benchmark
1 parent 171d264 commit 9e861a7

File tree

8 files changed

+123
-945
lines changed

8 files changed

+123
-945
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
snakemake --use-conda --force --cores all \
5353
--reporter metadata4ing \
5454
--report-metadata4ing-paramscript ../common/parameter_extractor.py \
55-
--report-metadata4ing-filename metadata4ing_provenance
56-
unzip metadata4ing_provenance -d snakemake_provenance
55+
--report-metadata4ing-filename snakemake_provenance
56+
unzip snakemake_provenance -d snakemake_provenance
5757
5858
- name: run_linear-elastic-plate-with-hole-benchmarks_nextflow
5959
shell: bash -l {0}

benchmarks/linear-elastic-plate-with-hole/plot_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def plot_element_size_vs_stress(headers, table_data, output_file="element_size_v
145145

146146
if __name__ == "__main__":
147147
parser = argparse.ArgumentParser(description="Process JSON-LD artifacts and display simulation results.")
148-
parser.add_argument("artifact_folder", type=str, help="Path to the folder containing unzipped artifacts")
148+
parser.add_argument("--artifact_folder", type=str, help="Path to the folder containing unzipped artifacts")
149149
args = parser.parse_args()
150150

151151
graphs = load_graphs(args.artifact_folder)

0 commit comments

Comments
 (0)