Skip to content

Commit

Permalink
Move some benchmarks to detector benchmarks (#41)
Browse files Browse the repository at this point in the history
* Update .gitlab-ci.yml

remove the sigma and lambda in zdc and neutron in insert benchmarks.  (these are to be moved to the detector benchmarks)

* removed benchmarks

* Update Snakefile

removed the lambda sigma and neutron include statements

* Apply suggestions from code review

---------

Co-authored-by: Dmitry Kalinkin <[email protected]>
  • Loading branch information
sebouh137 and veprbl authored Sep 23, 2024
1 parent 7ef53b6 commit 2698a78
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 2,149 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ include:
- local: 'benchmarks/dis/config.yml'
#- local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml'
- local: 'benchmarks/lambda/config.yml'
- local: 'benchmarks/neutron/config.yml'
- local: 'benchmarks/sigma/config.yml'
- local: 'benchmarks/tcs/config.yml'
- local: 'benchmarks/u_omega/config.yml'
- local: 'benchmarks/single/config.yml'
Expand All @@ -135,9 +132,6 @@ summary:
- "demp:results"
- "dis:results"
- "dvcs:results"
- "lambda:results"
- "neutron:results"
- "sigma:results"
- "tcs:results"
- "u_omega:results"
- "single:results"
Expand Down
3 changes: 0 additions & 3 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,4 @@ ddsim \

include: "benchmarks/diffractive_vm/Snakefile"
include: "benchmarks/dis/Snakefile"
include: "benchmarks/lambda/Snakefile"
include: "benchmarks/neutron/Snakefile"
include: "benchmarks/demp/Snakefile"
include: "benchmarks/sigma/Snakefile"
63 changes: 0 additions & 63 deletions benchmarks/lambda/Snakefile

This file was deleted.

239 changes: 0 additions & 239 deletions benchmarks/lambda/analysis/gen_lambda_decay.cxx

This file was deleted.

Loading

0 comments on commit 2698a78

Please sign in to comment.