Skip to content

Commit

Permalink
add benchmarks/your_benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdkay committed Oct 3, 2024
1 parent af1cafc commit 996b1f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions benchmarks/your_benchmark/config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
your_benchmark:compile:
extends: .phy_benchmark
stage: compile
script:
- echo "You can compile your code here!"
extends: .phy_benchmark
stage: compile
script:
- echo "You can compile your code here!"

your_benchmark:simulate:
extends: .phy_benchmark
stage: simulate
script:
- echo "I will simulate detector response here!"
stage: simulate
script:
- echo "I will simulate detector response here!"

your_benchmark:results:
extends: .phy_benchmark
stage: collect
script:
- echo "I will collect results here!"
stage: collect
script:
- echo "I will collect results here!"

0 comments on commit 996b1f6

Please sign in to comment.