From 0c328f802c2202462306ab444a2e84da7aca6383 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 9 Oct 2023 21:30:44 +0200 Subject: [PATCH] Exclude timings from comparison --- Trajectories/Tests/perf_tests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Trajectories/Tests/perf_tests.json b/Trajectories/Tests/perf_tests.json index 2a33256b..d4ee7348 100644 --- a/Trajectories/Tests/perf_tests.json +++ b/Trajectories/Tests/perf_tests.json @@ -16,7 +16,8 @@ "Anticyclones", "$PWD/Perf_segments/segments.gt", "segments_cost_functions.gt" - ] + ], + "exclude_cmp": ["timings.txt"] }, "Perf_trajectories": { "description": "Performance test with adjustable size of input.", -- GitLab