Skip to content

Commit

Permalink
added a status flag!
Browse files Browse the repository at this point in the history
  • Loading branch information
abhas-19 committed Oct 14, 2024
1 parent 86e246a commit 164de04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions benchmarks/your_benchmark/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ your_benchmark:simulate:

your_benchmark:results:
extends: .phy_benchmark
stage:
- collect_tests.py your_benchmark
- echo "Finished collecting!"
stage: collect
script:
- echo "I will collect results here!"
needs:
Expand All @@ -54,5 +52,8 @@ your_benchmark:results:
- echo "Finished, copying over json now"
- cp benchmark_output/u_rho_eff.json results/your_benchmark/
- echo "Finished copying!"
stage:
- collect_tests.py your_benchmark
- echo "Finished collecting!"


0 comments on commit 164de04

Please sign in to comment.