vector insert ok
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
# cd $(dirname $0)
|
||||
|
||||
make stl > /dev/null
|
||||
./containers > tests/output_stl.log
|
||||
echo -e "\nstl :"
|
||||
time ./containers > tests/output_stl.log
|
||||
|
||||
make ft > /dev/null
|
||||
./containers > tests/output_ft.log
|
||||
echo -e "\nft :"
|
||||
time ./containers > tests/output_ft.log
|
||||
|
||||
diff --context=0 --color=always tests/output_stl.log tests/output_ft.log
|
||||
|
||||
Reference in New Issue
Block a user