separate make pair
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user