diff --git a/test.sh b/test.sh index ba10fecad25c513032d7d87a6895cbf4c6872640..7b2f9b04d96bd11fbe248587dd6ff19d7525ea5f 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 +