From c6578b63abb727c39703f81100ed5f4537ec978a Mon Sep 17 00:00:00 2001
From: Chao Peng <cpeng@anl.gov>
Date: Mon, 14 Jun 2021 18:50:23 -0500
Subject: [PATCH] change config command accordingly

---
 benchmarks/clustering/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/clustering/config.yml b/benchmarks/clustering/config.yml
index c6c3a30c..9cec34ec 100644
--- a/benchmarks/clustering/config.yml
+++ b/benchmarks/clustering/config.yml
@@ -3,7 +3,7 @@ clustering:process :
   stage: process
   timeout: 8 hour
   script:
-    - bash benchmarks/clustering/full_cal_clusters.sh
+    - bash benchmarks/clustering/full_cal_clusters.sh -t fullcalo -n 100 -p "electron" --pmin 1 --pmax 5
 
 clustering:results:
   extends: .rec_benchmark
-- 
GitLab