Skip to content

Commit

Permalink
Execute scripts in different steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 18, 2024
1 parent 548fe5c commit 978766c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/output_branch_size_scan/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sim:output_branch_size_scan:
stage: simulate
extends: .det_benchmark
script:
bash generate.sh



Expand All @@ -11,6 +12,7 @@ bench:output_branch_size_scan:
needs:
- ["sim:output_branch_size_scan"]
script:
bash output_branch_size_scan.sh


results:output_branch_size_scan:
Expand Down

0 comments on commit 978766c

Please sign in to comment.