From 760531dc1b22f1f57a3c4fd0bcdf45713fee69a0 Mon Sep 17 00:00:00 2001 From: Christophe Parisse Date: Thu, 28 Jul 2022 14:48:43 +0000 Subject: [PATCH] Update test.sh --- test.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test.sh b/test.sh index ba10fec..7b2f9b0 100644 --- a/test.sh +++ b/test.sh @@ -2,3 +2,10 @@ python3 intersections.py FD-F4-DIN1-Complet-01-07-2022-Extend.eaf -o dinlang-voc python3 intersections.py DL-FRA1-DIN1-Complet-Extend-08-07-2022.eaf -o dinlang-vocal.csv -t vocal python3 intersections.py SF-F2-DIN1-Complet-01-07-2022-Extend.eaf -o dinlang-visual.csv python3 intersections.py SF-F4-DIN1-Complet-01-07-2022-Extend.eaf -o dinlang-visual.csv + +# information temps de traitement +## temps non optimisé +# python3 test.py 5.17s user 0.56s system 134% cpu 4.262 total +## temps optimisé +# python3 test.py 1.50s user 0.73s system 463% cpu 0.481 total + -- GitLab