Skip to content
Snippets Groups Projects
Unverified Commit e66b053e authored by Shyam Kumar's avatar Shyam Kumar Committed by GitHub
Browse files

Merge pull request #40 from eic/bench-tracking-performance-snakemake-cores-3

fix: bench:tracking_performance: `snakemake --cores 3`
parents 9b44f605 9b53b9db
No related branches found
No related tags found
No related merge requests found
Pipeline #99278 passed with warnings with stages
in 1 hour, 14 minutes, and 11 seconds
......@@ -18,7 +18,7 @@ bench:tracking_performance:
needs:
- ["sim:tracking_performance"]
script:
- snakemake --cores 1 tracking_performance_local
- snakemake --cores 3 tracking_performance_local
collect_results:tracking_performance:
extends: .det_benchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment