We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9025f commit b64262eCopy full SHA for b64262e
.github/workflows/run-benchmark.yml
@@ -41,13 +41,13 @@ jobs:
41
shell: bash -l {0}
42
run: |
43
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
44
- snakemake --use-conda --force --cores 'all'
+ snakemake --use-conda --force --cores 'all' --reporter metadat4ing
45
46
- name: run-fenics-nextflow-benchmark
47
48
49
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/
50
- nextflow run main.nf
+ nextflow run main.nf -plugins nf-prov@1.4.0
51
52
- name: run-Kratos-benchmarks
53
0 commit comments