From 1b36d5160d64b35cddefcc721d3e21d33d6ae716 Mon Sep 17 00:00:00 2001 From: "nicolas.marie" <nicolas.marie@ensiie.eu> Date: Thu, 21 Dec 2023 22:18:02 +0100 Subject: [PATCH] fixe test --- Projet/CODE/apm/bench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projet/CODE/apm/bench.sh b/Projet/CODE/apm/bench.sh index 6c18c91..a36b914 100755 --- a/Projet/CODE/apm/bench.sh +++ b/Projet/CODE/apm/bench.sh @@ -13,7 +13,7 @@ touch "${timeout_file}" echo -n "# test iteration, file_size (o), match_size (o), version," >&2 echo " time (s) (timeout = ${timeout})" >&2 -for i in $(seq 0 5) +for i in $(seq 0 4) do for f in ${files[@]} do -- GitLab