From ee1a92528d05d15015e70a85b2efbf61259899e2 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Mon, 31 Jan 2022 10:39:01 +0100
Subject: [PATCH] Add test of performance of `eddy_graph`

---
 Overlap/Tests/long_tests.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Overlap/Tests/long_tests.json b/Overlap/Tests/long_tests.json
index e0c38955..f8490182 100644
--- a/Overlap/Tests/long_tests.json
+++ b/Overlap/Tests/long_tests.json
@@ -5,5 +5,16 @@
 	"env": {"mpiexec": "$mpiexec"},
         "command":
 	["$build_dir/Overlap/eddy_graph.sh", "1", "$PWD/Inst_eddies_5_anti"]
+    },
+    {
+        "input": "&MAIN_NML max_delta = 4 /\n",
+        "title": "EGg_1993",
+	"env": {"mpiexec": "$mpiexec"},
+	"description": "Global domain, one year, for performance tests",
+        "command":
+	[
+	    "$build_dir/Overlap/eddy_graph.sh", "1",
+	    "$large_input_dir/SHPC_anti_1993"
+	]
     }
 ]
-- 
GitLab