From 6e57944344cc5546a3272bac4b3aeb7f738d9192 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Thu, 12 Jul 2018 17:44:31 +0200
Subject: [PATCH] feature: start result processor after benchmark run

---
 .../java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java
index 753798b5..eebc7e1a 100644
--- a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java
+++ b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java
@@ -13,7 +13,7 @@ public interface Constants {
 	short UI_TO_HAAS_FREQUENCY_UPDATE_RATIO = 10;
 	String HAAS_JOB_NAME = "HaaSSPIMBenchmark";
 	int HAAS_CLUSTER_NODE_TYPE = 6;
-	int HAAS_TEMPLATE_ID = 2;
+	int HAAS_TEMPLATE_ID = 4;
 	String HAAS_PROJECT_ID = "OPEN-12-20";
 	int HAAS_TIMEOUT = 9600; //Walltime in seconds
 	
-- 
GitLab