diff --git a/README.md b/README.md index 9403cade..d7489208 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Physics Benchmarks for the EIC ## Adding new benchmarks -See the [`benchmarks/diffractive_vm`](https://github.com/eic/physics_benchmarks/tree/master/benchmarks/diffractive_vm) +See the [`benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm`](https://github.com/eic/physics_benchmarks/tree/master/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm) directory for a basic example. Note currently the reconstruction is far from perfect. ### Pass/Fail tests diff --git a/benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml b/benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml index b07fc789..521aa2c8 100644 --- a/benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml +++ b/benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml @@ -19,4 +19,4 @@ demp:results: stage: collect needs: ["demp:simulate"] script: - - collect_tests.py demp + - collect_tests.py Exclusive-Diffraction-Tagging/demp diff --git a/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/config.yml b/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/config.yml index a614dc89..1486ece0 100644 --- a/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/config.yml +++ b/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/config.yml @@ -23,4 +23,4 @@ diffractive_vm:results: stage: collect needs: ["diffractive_vm:simulate"] script: - - collect_tests.py diffractive_vm + - collect_tests.py Exclusive-Diffraction-Tagging/diffractive_vm diff --git a/benchmarks/Inclusive/dis/config.yml b/benchmarks/Inclusive/dis/config.yml index 34f8157e..0a372069 100644 --- a/benchmarks/Inclusive/dis/config.yml +++ b/benchmarks/Inclusive/dis/config.yml @@ -36,4 +36,4 @@ dis:results: stage: collect needs: ["dis:simulate"] script: - - collect_tests.py dis + - collect_tests.py Inclusive/dis