separate make pair

This commit is contained in:
hugogogo
2022-07-01 11:56:23 +02:00
parent ae646ee58a
commit 6e230109db
10 changed files with 104 additions and 1119 deletions

View File

@@ -9,10 +9,10 @@ OUTPUT_FT="output_ft.log"
make -j
echo -e "\nstl :"
time ./containers_ft > tests/$OUTPUT_STL
time ./containers_stl > tests/$OUTPUT_STL
echo -e "\nft :"
time ./containers_stl > tests/$OUTPUT_FT
time ./containers_ft > tests/$OUTPUT_FT
diff --context=0 --color=always tests/$OUTPUT_STL tests/$OUTPUT_FT