diff --git a/benchmarks/your_benchmark/config.yml b/benchmarks/your_benchmark/config.yml index 72c98896..f325fb13 100644 --- a/benchmarks/your_benchmark/config.yml +++ b/benchmarks/your_benchmark/config.yml @@ -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!" \ No newline at end of file + stage: collect + script: + - echo "I will collect results here!" \ No newline at end of file